Skip to content

Commit

Permalink
update: header content
Browse files Browse the repository at this point in the history
  • Loading branch information
kostovster authored Mar 8, 2024
1 parent 80b2c53 commit 535d8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
</div>
<div class="hidden lg:flex lg:flex-1 lg:justify-end lg:items-center lg:gap-4 h-5">
<Button size="sm" v-bind:class="y==0?'hidden':''" :icon="SquareArrowTopRightIcon" link="https://app.nolus.io/" class=""><span class="hidden xl:inline">Launch</span> App</Button>
<Button size="sm" v-bind:class="y==0?'hidden':''" :icon="SquareArrowTopRightIcon" link="https://app.nolus.io/" class=""><span class="hidden xl:inline">Launch</span>App</Button>
<PopoverLanguagePicker v-bind="{ textColorClass, bgColorClass, fillColorClass, isHeaderScrolled, isHeroDark }" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/views/HomePartials/ProductValuePropositions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="relative bg-neutral-100 py-16 pt-0 lg:py-24 lg:pt-16" @mouseover="stopInterval" @mouseleave="startInterval">
<NolusContainer class=" ">
<div class="mb-8">
<p class="text-base font-medium leading-7 text-blue-600" aria-hidden="true"></p>
<p class="text-base font-medium leading-7 text-blue-600" aria-hidden="true">Nolus App</p>
<h2 class="mt-2 text-3xl font-bold tracking-tight text-neutral-900 lg:text-5xl" aria-hidden="true">Unified UI</h2>
</div>
<div class="bg-white overflow-hidden rounded-2xl shadow-xl relative z-10">
Expand Down

0 comments on commit 535d8f7

Please sign in to comment.