-
-
-
+
+
+
diff --git a/app/components/pub/nav/footer/csd.vue b/app/components/pub/nav/footer/csd.vue
new file mode 100644
index 00000000..78874932
--- /dev/null
+++ b/app/components/pub/nav/footer/csd.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/app/components/pub/nav/types.ts b/app/components/pub/nav/types.ts
index 91b53410..aa4d130b 100644
--- a/app/components/pub/nav/types.ts
+++ b/app/components/pub/nav/types.ts
@@ -82,3 +82,12 @@ export interface KeyNames {
key: string
label: string
}
+
+export interface LinkItem {
+ label: string
+ icon?: string
+ href?: string // to cover the needs of stating full external origins full url
+ action?: string // for local paths
+ onClick?: (event: Event) => void
+ headerStatus?: boolean
+}