Skip to content

Commit

Permalink
Merge pull request #9 from andostronaut/develop
Browse files Browse the repository at this point in the history
fix: improve accessibility for page speed insight
  • Loading branch information
andostronaut authored Jul 13, 2024
2 parents ca280bd + 233103f commit 11d74a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ export default function Page() {
Get in Touch
</h2>
<p className="mx-auto max-w-[600px] text-muted-foreground md:text-md/relaxed lg:text-base/relaxed xl:text-md/relaxed">
Want to chat? Just shoot me a dm{' '}
Want to connect? Send me a{' '}
<Link
href={DATA.contact.social.X.url}
className="text-blue-500 hover:underline"
className="text-black underline font-semibold hover:underline dark:text-white"
>
with a direct question on twitter
</Link>{' '}
and I&apos;ll respond whenever I can. I will ignore all
soliciting.
direct message on X
</Link>
, and I&apos;ll make sure to get back to you.
</p>
</div>
</BlurFade>
Expand Down
1 change: 1 addition & 0 deletions components/mode-toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function ModeToggle() {

return (
<Button
aria-label="toggle-theme"
variant="ghost"
type="button"
size="icon"
Expand Down
1 change: 1 addition & 0 deletions components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Navbar() {
<Tooltip>
<TooltipTrigger asChild>
<Link
aria-label={item.label}
href={item.href}
className={cn(
buttonVariants({ variant: 'ghost', size: 'icon' }),
Expand Down

0 comments on commit 11d74a1

Please sign in to comment.