Skip to content

Commit

Permalink
scale down logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Mar 10, 2024
1 parent 24f77c1 commit b63bd21
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/partials/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<i class="fa-solid fa-bars"></i>
</button>
<img src="@/assets/logo-alt.png" class="my-auto block lg:hidden w-28" />
<img src="@/assets/logo.png" class="my-auto block lg:hidden w-28" />
<div class="my-auto space-x-8">
<div class="relative inline-block text-left">
<button type="button" @click="toggleNotification">
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="bg-usa-blue w-[275px] p-4 text-sm">
<img src="@/assets/logo-alt.png" class="w-5/6 pb-10" />
<img src="@/assets/logo.png" class="w-5/6 pb-10" />
<div v-for="(link, idx) in SidebarLinks" :key="idx">
<div v-if="link.separator" class="mt-2 flex py-1 my-auto">
<h2 v-if="link.separatorTitle !== undefined" class="mr-4 text-usa-white text-md font-bold">
Expand Down

0 comments on commit b63bd21

Please sign in to comment.