File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ const t = useTranslations(lang);
3636 |
3737 <a href ={ getRelativeLocaleUrl (lang , ' contact' )} >{ t (' nav.contact' )} </a >
3838 </p >
39- <p class =" footer-credit" >
40- { t (' footer.createdBy' )} <a href =" https://tutecnicoweb.com/" target =" _blank" rel =" noopener noreferrer" >tutecnicoweb.com</a >
41- </p >
4239 </div >
4340 </div >
4441</footer >
@@ -123,12 +120,6 @@ const t = useTranslations(lang);
123120 color: var(--color-accent);
124121 text-decoration: underline;
125122 }
126-
127- .footer-credit {
128- margin-top: 0.25rem;
129- font-size: 0.8rem;
130- }
131-
132123 .sr-only {
133124 position: absolute;
134125 width: 1px;
Original file line number Diff line number Diff line change @@ -182,10 +182,6 @@ export const ui = {
182182 en : 'Social media links' ,
183183 es : 'Enlaces de redes sociales' ,
184184 } ,
185- 'footer.createdBy' : {
186- en : 'Created by' ,
187- es : 'Creado por' ,
188- } ,
189185 'links.aria.connect' : {
190186 en : 'Connect with Angel Baez' ,
191187 es : 'Conecta con Angel Baez' ,
You can’t perform that action at this time.
0 commit comments