Skip to content

Commit

Permalink
fix: Update shutter logo (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jul 31, 2024
1 parent 71148c8 commit 4873bdf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
27 changes: 26 additions & 1 deletion src/assets/icons/shutter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/components/SpaceProposalResultsShutter.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<div>
<div class="-mb-2 mt-2 text-xs">{{ $t('poweredBy') }}</div>

<div class="flex items-center">
<div class="flex items-center mt-3">
<BaseLink
v-tippy="{
content: $t('privacy.shutter.tooltip')
Expand All @@ -11,7 +9,7 @@
hide-external-icon
class="inline-block cursor-pointer"
>
<i-s-shutter class="h-[36px] text-[70px]" />
<i-s-shutter class="w-[80px]" />
</BaseLink>
</div>
</div>
Expand Down

0 comments on commit 4873bdf

Please sign in to comment.