Skip to content

Commit

Permalink
Merge pull request #443 from ruxailab/413-documentation-links
Browse files Browse the repository at this point in the history
413 documentation links
  • Loading branch information
jvJUCA authored Apr 18, 2024
2 parents 76758e6 + cb6a75d commit 1e439c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion src/components/molecules/WeightTable.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-col style="background-color:#F5F7FF" class="rounded pa-0 pb-2">
<v-col style="background-color:#F5F7FF" class="rounded pa-0 pb-1 mb-10">
<v-card-title class="subtitleView">
Weights
</v-card-title>
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<v-card-text class="white--text py-1">
{{ $t('pages.landing.footer') }}
<a @click="sendTo('mailto:uxremotelab@gmail.com')">uxremotelab@gmail.com</a>
<a @click="sendTo('mailto:ruxailab@gmail.com')">ruxailab@gmail.com</a>
</v-card-text>

<v-divider />
Expand Down

0 comments on commit 1e439c8

Please sign in to comment.