Skip to content

Commit 2d4ae13

Browse files
Copilotneilime
andcommitted
Fix commented RSS link to avoid future errors
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent e6e084c commit 2d4ae13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const footerData = {
4545
// { ariaLabel: 'X', icon: 'tabler:brand-x', href: '#' },
4646
// { ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
4747
// { ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
48-
// { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
48+
// { ariaLabel: 'RSS', icon: 'tabler:rss', href: '/rss.xml' }, // Note: restore getAsset import when uncommenting
4949
],
5050
footNote: `
5151
<img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src="${favIcon.src}" alt="Logo Cloud Native Provence" loading="lazy" />

0 commit comments

Comments
 (0)