Skip to content

Commit

Permalink
fix: wave styles in preload
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Apr 17, 2024
1 parent 54d7cdd commit cb6a75d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/atoms/Introduction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
<div style="background-color: #f4b700">
<div style="background-color: #f4b700">
<v-col>
<h1 class="display-3 font-weight-regular white--text text-center mt-5">
<h1
class="display-3 font-weight-regular white--text text-center mt-5"
>
{{ $t('Introduction.title') }}
</h1>
</v-col>
Expand Down Expand Up @@ -82,7 +84,7 @@
</v-container>

<!-- SVG Waves -->
<div v-if="svgImagePreloaded" class="svg-border-waves text-white">
<div class="svg-border-waves text-white">
<svg
class="wave"
style="pointer-events: none"
Expand Down Expand Up @@ -160,7 +162,6 @@ export default {
return {
desktopImagePreloaded: false,
mobileImagePreloaded: false,
svgImagePreloaded: false,
}
},
computed: {
Expand Down

0 comments on commit cb6a75d

Please sign in to comment.