summaryrefslogtreecommitdiffhomepage
path: root/src/components/Layout.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-22 19:39:23 -0400
committerrealtradam <[email protected]>2024-06-22 19:39:23 -0400
commit41022fd07807d68974097191dc70f9025d7b76e8 (patch)
tree3bb94fa51adf06a0f5db042616cfdd8d8c05286c /src/components/Layout.tsx
parent8055a27f73792daacd75f5498786ed5a9253eafa (diff)
downloadmalcz.com-41022fd07807d68974097191dc70f9025d7b76e8.tar.gz
malcz.com-41022fd07807d68974097191dc70f9025d7b76e8.zip
make styling consistant across site
Diffstat (limited to 'src/components/Layout.tsx')
-rw-r--r--src/components/Layout.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index fd50710..87b7a20 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -63,9 +63,9 @@ export default function Layout ({userData}: userData)
</a>
</div> }/>
<div className="socials flex flex-row place-content-center gap-1">
- <Button link={<a id="contact" href="https://github.com/realtradam" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-github"></i></a>} width={10} height={16} spinner={3}/>
- <Button link={<a id="contact" href="https://www.linkedin.com/in/adammalczewski/" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-linkedin"></i></a>} width={10} height={16} spinner={3}/>
- <Button link={<a id="contact" href="https://tradam.itch.io" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-itch-io"></i></a>} width={10} height={16} spinner={3}/>
+ <Button link={<a target="_blank" id="contact" href="https://github.com/realtradam" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-github"></i></a>} width={10} height={16} spinner={3}/>
+ <Button link={<a target="_blank" id="contact" href="https://www.linkedin.com/in/adammalczewski/" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-linkedin"></i></a>} width={10} height={16} spinner={3}/>
+ <Button link={<a target="_blank" id="contact" href="https://tradam.itch.io" className="absolute flex top-0 left-0 w-10 h-16 text-stone-50 bg-transparent justify-center items-center"><i className="fa-brands fa-itch-io"></i></a>} width={10} height={16} spinner={3}/>
</div>
</div>
</div>