We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e2b9 commit 42405bdCopy full SHA for 42405bd
src/components/AppSidebar.vue
@@ -11,16 +11,15 @@ const store = useStore()
11
<template>
12
<nav class="nav">
13
<div class="upper">
14
- <SidebarButton
+ <img
15
+ role="button"
16
+ width="30"
17
+ height="30"
18
title="Go to Gitification repository"
19
+ draggable="false"
20
+ src="/src/assets/img/icon.png"
21
@click="open(REPO_LINK)"
22
>
- <img
- style="width: 100%"
- draggable="false"
- src="/src/assets/img/icon.png"
- >
23
- </SidebarButton>
24
</div>
25
<div class="lower">
26
<SidebarButton
0 commit comments