diff --git a/frontend/index.html b/frontend/index.html index 72b24fe..b943dea 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,6 +3,10 @@ + + + + Security Alert Center diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png new file mode 100644 index 0000000..9cbe5bf Binary files /dev/null and b/frontend/public/favicon.png differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..9e87c01 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/public/sac-icon.png b/frontend/public/sac-icon.png new file mode 100644 index 0000000..eb3bee0 Binary files /dev/null and b/frontend/public/sac-icon.png differ diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue index a300d74..7b1e60c 100644 --- a/frontend/src/components/AppSidebar.vue +++ b/frontend/src/components/AppSidebar.vue @@ -1,6 +1,12 @@