Skip to content
Snippets Groups Projects
Commit 1e63f664 authored by Titus Netland's avatar Titus Netland
Browse files

add item icon added

parent 7aaa3e64
No related branches found
No related tags found
1 merge request!29add item icon added
Pipeline #176695 passed with stages
in 1 minute and 57 seconds
src/assets/additem.png

29.2 KiB

......@@ -5,10 +5,10 @@
</div>
<ul class="flex">
<li>
<img class="m-6 cursor-pointer h-8 " src="../assets/messages.png" alt="Meldinger" @click="$router.push('/messages')"/>
<img class="m-6 cursor-pointer h-8 " src="../assets/additem.png" alt="Legg til" @click="$router.push('/addNewItem')"/>
</li>
<li>
<img class="m-6 cursor-pointer h-8 " src="../assets/notifications.png" alt="Varlser" @click="$router.push('/notifications')"/>
<img class="m-6 cursor-pointer h-8 " src="../assets/messages.png" alt="Meldinger" @click="$router.push('/messages')"/>
</li>
<li>
<img class="m-6 cursor-pointer h-8 " src="../assets/profile.png" alt="Profil" @click="loadProfile"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment