Does this work?
This commit is contained in:
15
components/HomeButtonLinks.tsx
Normal file
15
components/HomeButtonLinks.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
export default function HomeButtonLinks() {
|
||||
return (
|
||||
<div class="flex flex-row gap-4 text-3xl">
|
||||
<a
|
||||
href="/files/Atridad_Lahiji_Resume_Public.pdf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label="React"
|
||||
class="btn btn-dash btn-primary"
|
||||
>
|
||||
Resumé
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user