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"
|
src="/img/docs/20250815_142828.jpg"
|
||||||
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
|
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>
|
<Translate id="home.learnmore">Learn More</Translate>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -88,8 +88,6 @@ export default function Home(): ReactNode {
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
className="btn-main"
|
className="btn-main"
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
href={BOOT_IMAGES}>
|
href={BOOT_IMAGES}>
|
||||||
<Translate id="home.learnhow">Learn How!</Translate>
|
<Translate id="home.learnhow">Learn How!</Translate>
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -99,8 +97,6 @@ export default function Home(): ReactNode {
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
className="btn-main"
|
className="btn-main"
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
href={`${REPO}`}>
|
href={`${REPO}`}>
|
||||||
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue