Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoattal committed Oct 19, 2022
1 parent ab1ddf8 commit c1c83fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/histoire-app/src/app/components/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const logoUrl = computed(() => histoireConfig.theme?.logo?.square ? customLogos.
</script>

<template>
<div class="histoire-how-view htw-flex htw-items-center htw-justify-center htw-h-full">
<div class="histoire-home-view htw-flex htw-items-center htw-justify-center htw-h-full">
<img
:src="logoUrl"
alt="Logo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{

<template>
<div
class="histoire-story-variant-single htw-h-full htw-flex htw-flex-col"
class="histoire-story-variant-single-view htw-h-full htw-flex htw-flex-col"
data-test-id="story-variant-single-view"
>
<!-- Toolbar -->
Expand Down

0 comments on commit c1c83fa

Please sign in to comment.