Skip to content

Commit

Permalink
Extra relevant links for 3rd parties
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Dec 15, 2024
1 parent 22a409b commit d1ea9d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@
"dependency": "Dependency",
"trust": "Trust",
"solutions": "Solutions",
"tpSolutions": "Third-Party solutions",
"solution": "Solution",
"addSolution": "Add solution",
"providerEntity": "Provider entity",
Expand Down
1 change: 1 addition & 0 deletions frontend/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@
"dependency": "Dépendance",
"trust": "Confiance",
"solutions": "Solutions",
"tpSolutions": "Solutions tierces",
"solution": "Solution",
"addSolution": "Ajouter une solution",
"providerEntity": "Entité fournisseur",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<style lang="postcss">
/* Global styles for the command palette */
:global([data-cmdk-dialog]) {
@apply fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm;
@apply fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm p-2;
}
:global([data-cmdk-root]) {
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/lib/components/CommandPalette/paletteData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const navigationLinks: NavigationLink[] = [
label: 'xRays',
href: '/x-rays'
},
{
label: 'tpSolutions',
href: '/solutions'
},
{
label: 'libraries',
href: '/libraries'
Expand Down

0 comments on commit d1ea9d1

Please sign in to comment.