diff --git a/handlenett-frontend/components/Item.vue b/handlenett-frontend/components/Item.vue
index 3d62199..69f4974 100644
--- a/handlenett-frontend/components/Item.vue
+++ b/handlenett-frontend/components/Item.vue
@@ -4,6 +4,7 @@
+ ❔
📝{{ createdBy }}
@@ -30,6 +31,10 @@ onMounted(() => {
status.value = props.element.isCompleted
})
+const lmfgi = () => {
+ window.open(`https://www.google.com/search?q=bunnpris ${props.element.name}&udm=2`, '_blank')
+}
+
const update = () => {
status.value = !status.value;
emit('changed', { id: props.element.id, name: props.element.name, isCompleted: status.value })
@@ -57,7 +62,7 @@ const createdBy = computed(() => {
font-weight: bold;
}
-.gi-creator{
+.gi-creator {
font-size: 0.8rem;
font-weight: 100;
padding-left: 1rem;