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

Merge branch 'add_item_icon' into 'main'

add item icon added

See merge request !29
parents 7aaa3e64 1e63f664
No related branches found
No related tags found
1 merge request!29add item icon added
Pipeline #176699 passed with stages
in 1 minute and 35 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