stop the homepage from opening new tabs
This commit is contained in:
parent
06973f3a2a
commit
dc2ba6b1b2
1 changed files with 1 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ export default function Home(): ReactNode {
|
|||
src="/img/docs/20250815_142828.jpg"
|
||||
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
|
||||
/>
|
||||
<a className="btn-main" target="_blank" rel="noreferrer" href={DOCS}>
|
||||
<a className="btn-main" href={DOCS}>
|
||||
<Translate id="home.learnmore">Learn More</Translate>
|
||||
</a>
|
||||
</section>
|
||||
|
|
@ -88,8 +88,6 @@ export default function Home(): ReactNode {
|
|||
</p>
|
||||
<a
|
||||
className="btn-main"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href={BOOT_IMAGES}>
|
||||
<Translate id="home.learnhow">Learn How!</Translate>
|
||||
</a>
|
||||
|
|
@ -99,8 +97,6 @@ export default function Home(): ReactNode {
|
|||
</p>
|
||||
<a
|
||||
className="btn-main"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href={`${REPO}`}>
|
||||
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue