@@ -96,7 +96,7 @@ const navData = navigation as NavData;
9696 >
9797 <!-- Navigation Sections -->
9898
99- <div class =" footer-nav-container" >
99+ <div class =" footer-nav-container" role = " navigation " >
100100 {
101101 navData .footer .map ((section ) => (
102102 <div class = " footer-nav-section" >
@@ -110,6 +110,7 @@ const navData = navigation as NavData;
110110 target = { item .isExternal ? ' _blank' : undefined }
111111 rel = { item .isExternal ? ' noopener noreferrer' : undefined }
112112 data-astro-prefetch = " hover"
113+ tabindex = " 0"
113114 >
114115 { item .text .toLowerCase () === ' github' ? (
115116 <>
@@ -134,7 +135,7 @@ const navData = navigation as NavData;
134135 }
135136 </div >
136137 <!-- Social Links Section -->
137- <div class =" footer-actions-section" >
138+ <div class =" footer-actions-section" role = " contentinfo " >
138139 <div class =" w-full" >
139140 <div class =" mb-8 flex w-full justify-center space-x-3 md:justify-end-safe" >
140141 {
@@ -155,8 +156,8 @@ const navData = navigation as NavData;
155156 <p
156157 class =" footer-copyright mb-2 w-full text-center text-nowrap md:text-right [&_a]:inline-block"
157158 >
158- <a href =" /legal/terms/" class =" footer-nav-link" >Terms of Service</a >,
159- <a href =" /legal/privacy/" class =" footer-nav-link" >Privacy Policy</a >
159+ <a href =" /legal/terms/" class =" footer-nav-link" tabindex = " 0 " >Terms of Service</a >,
160+ <a href =" /legal/privacy/" class =" footer-nav-link" tabindex = " 0 " >Privacy Policy</a >
160161 </p >
161162 <p class =" footer-copyright" >
162163 © { new Date ().getFullYear ()} Datum Technology, Inc.
0 commit comments