generated from Seekra/repository-template
Merge pull request 'Feat: remove placeholder slogan' (#188) from feature/remove-placeholder-slogan into main
Deploy on dev / Deploy on dev (push) Successful in 42s
Deploy on dev / Deploy on dev (push) Successful in 42s
Reviewed-on: #188 Reviewed-by: Jakob Gregory
This commit was merged in pull request #188.
This commit is contained in:
@@ -18,9 +18,6 @@ limitations under the License.
|
|||||||
import logo from '@/assets/images/logo.svg';
|
import logo from '@/assets/images/logo.svg';
|
||||||
import SearchBar from '@/features/search/components/SearchBar.vue';
|
import SearchBar from '@/features/search/components/SearchBar.vue';
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const searchQuery = ref('');
|
const searchQuery = ref('');
|
||||||
</script>
|
</script>
|
||||||
@@ -29,9 +26,6 @@ const searchQuery = ref('');
|
|||||||
<div class="search-content main-content-padding">
|
<div class="search-content main-content-padding">
|
||||||
<header class="global-header">
|
<header class="global-header">
|
||||||
<img :src="logo" alt="Seekra" class="header-logo" />
|
<img :src="logo" alt="Seekra" class="header-logo" />
|
||||||
<span class="slogan">
|
|
||||||
{{ t('slogan') }}
|
|
||||||
</span>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
@@ -66,12 +60,6 @@ const searchQuery = ref('');
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slogan {
|
|
||||||
margin-top: 1rem;
|
|
||||||
font-size: small;
|
|
||||||
line-height: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
max-width: 624px;
|
max-width: 624px;
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Gebaut zum Suchen.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Built to search.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Hecho para buscar.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Conçu pour chercher.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Costruito per cercare.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slogan": "Feito para pesquisar.",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"input": {
|
"input": {
|
||||||
"done": {
|
"done": {
|
||||||
|
|||||||
Reference in New Issue
Block a user