feat(index): Add a link to the services

This commit is contained in:
Tom Hubrecht 2024-09-25 13:57:16 +02:00
parent 88e2c25ce4
commit 5381b0379b
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -29,6 +29,12 @@ class Link(NamedTuple):
AUTHENTICATED_LINKS: list[Link] = [
Link("is-primary", "dgsi:dgn-profile", _("Mon profil"), "user-filled"),
Link("is-primary", "dgsi:dgn-legal_documents", _("Documents Légaux"), "script"),
Link(
"is-info",
"dgsi:dgn-services",
_("Services proposés par la DGNum"),
"apps-filled",
),
]
ADMIN_LINKS: list[Link] = [