Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

413 documentation links #443

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading