Skip to content

Commit

Permalink
Merge pull request #126 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Update html tags
  • Loading branch information
José Luis Pereira authored and GitHub committed Aug 22, 2023
2 parents 72f679d + d3a0a31 commit 338f8bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="mr-2"
/>
</component>
<p>{{ copyright_text }}</p>
<span>{{ copyright_text }}</span>
</div>

<hr class="mt-3 mb-3 border-gray-500" />
Expand Down
8 changes: 4 additions & 4 deletions src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div
<header
class="relative bg-header px-2 sm:px-4 py-2.5 shadow-sm shadow-base-muted pl-4 pr-4 h-9 align-middle flex items-center bg-primary-color"
>
<div
class="container flex flex-wrap justify-between items-center mx-auto font-medium text-secondary-content"
>
<router-link
<RouterLink
to="/"
class="flex items-center text-primary-content"
>
Expand All @@ -18,7 +18,7 @@
<span>
{{ header_logo_text }}
</span>
</router-link>
</RouterLink>

<NavbarMobile />

Expand Down Expand Up @@ -46,7 +46,7 @@
</div>
</div>
</div>
</div>
</header>
</template>

<script setup>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/otus/views/Index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<main>
<div class="bg-base-foreground border-b border-base-muted pl-4 pr-4">
<div class="container mx-auto pt-6 pb-6">
<div
Expand Down Expand Up @@ -69,7 +69,7 @@
/>
</div>
</div>
</div>
</main>
</template>

<script setup>
Expand Down

0 comments on commit 338f8bc

Please sign in to comment.