Skip to content

Commit 2539697

Browse files
committed
Updated Honeyman/*
1 parent 3ed98be commit 2539697

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

resources/js/Pages/Honeyman/Sections/Header.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<div class="text-gray-800 font-medium"><Link href="/fieldcraft/01K3QGHKJ9M4FK1TEJ8RS70D6R" class="text-lg text-honeyman-600 hover:underline">On the Invisibility of Unpaid Labor Abuse →</Link></div>
88
<div class="text-gray-800 font-medium"><Link href="/fieldcraft/01K3RWVK2ZXARFNTEDCNHKMHCM" class="text-lg text-honeyman-600 hover:underline">The Weight of Documentation →</Link></div>
99
<div class="text-gray-800 font-medium"><Link href="/fieldcraft/01K3SY18HCQFW9J1QB878TZ62J" class="text-lg text-honeyman-600 hover:underline">The Harm That Didn't Have to Happen →</Link></div>
10+
<div class="text-black text-center pt-4"><Icon name="TreeDeciduous" color="text-xs text-gray-600" class="flex-shrink-0 mx-auto w-[16px] h-[16px]" /></div>
11+
<div class="text-gray-800 font-medium"><Link href="/synthesis/01KBPH3WR31AERARVEVV2K8VTP" class="text-lg text-honeyman-600 hover:underline">Oregon State Parks: Abuse, Pattern &amp; Betrayal →</Link></div>
1012
</div>
1113

1214
<div class="pt-0 md:px-6 sm:px-0 text-base">
@@ -144,8 +146,9 @@
144146
import {defineComponent} from "vue";
145147
import {Link} from "@inertiajs/vue3";
146148
import Lexicon from "@/Components/System/Lexicon.vue";
149+
import Icon from "@/Components/System/Icon.vue";
147150
148151
export default defineComponent({
149-
components: {Lexicon, Link}
152+
components: {Icon, Lexicon, Link}
150153
})
151154
</script>

0 commit comments

Comments
 (0)