1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Fix accessibility issues

This commit is contained in:
Kamran Ahmed
2023-09-01 00:04:25 +01:00
parent ca32c814da
commit e15a36a2ce

View File

@@ -29,7 +29,6 @@ import Icon from './AstroIcon.astro';
href='/about'>FAQs</a href='/about'>FAQs</a
> >
<a <a
aria-label="Subscribe to YouTube channel"
class='px-2 py-1.5 transition-colors hover:text-white sm:border-b-0 sm:px-0 sm:py-0' class='px-2 py-1.5 transition-colors hover:text-white sm:border-b-0 sm:px-0 sm:py-0'
href='https://youtube.com/theroadmap?sub_confirmation=1' href='https://youtube.com/theroadmap?sub_confirmation=1'
target='_blank'>YouTube</a> target='_blank'>YouTube</a>
@@ -68,6 +67,7 @@ import Icon from './AstroIcon.astro';
<a href='/privacy' class='hover:text-white'>Privacy</a> <a href='/privacy' class='hover:text-white'>Privacy</a>
<span class='mx-1.5'>&middot;</span> <span class='mx-1.5'>&middot;</span>
<a <a
aria-label="Subscribe to YouTube channel"
href='https://youtube.com/theroadmap?sub_confirmation=1' href='https://youtube.com/theroadmap?sub_confirmation=1'
target='_blank' target='_blank'
class='hover:text-white' class='hover:text-white'