Skip to content

Commit

Permalink
feat: change home to Maxime Leriche
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent dd7063f commit 5605d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front/src/component/NavBar/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const items = [
<Menubar id="navbar" breakpoint="674px" class="navBarHeader" :model="items" @focus="() => { }">
<template #start>
<HeroLink :link="'/'" :icon="'ico#home'" className="ico-navBarHeader " :smooth="false" :internal="true"
:label="'Home'" labelClassName="navBarHeaderLabel"
label="Maxime Leriche" labelClassName="navBarHeaderLabel"
linkClassName="flex items-center navBarHeaderHome navBarHeaderItem" />
</template>
<template #item="{ item }">
Expand Down

0 comments on commit 5605d74

Please sign in to comment.