Skip to content

Commit

Permalink
fix(pages): use correct description hid
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Oct 21, 2020
1 parent 6a888cc commit dab3c96
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
title: 'About',
meta: [
{
hid: 'about',
hid: 'description',
name: 'description',
content: 'Information about the Rule 34 App and Its creator.',
},
Expand Down
4 changes: 2 additions & 2 deletions pages/faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
/>

<!-- Temporal div -->
<div style="height: 75vh;" />
<div style="height: 75vh" />
</main>
</template>

Expand All @@ -131,7 +131,7 @@ export default {
title: 'Faq',
meta: [
{
hid: 'faq',
hid: 'description',
name: 'description',
content: 'Frequently asked questions about the Rule 34 App.',
},
Expand Down
4 changes: 2 additions & 2 deletions pages/legal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
/>

<!-- Temporal div TODO: remove -->
<div style="height: 75vh;" />
<div style="height: 75vh" />
</main>
</template>

Expand All @@ -96,7 +96,7 @@ export default {
title: 'Legal',
meta: [
{
hid: 'legal',
hid: 'description',
name: 'description',
content: 'Legal information about the Rule 34 App.',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/premium/booru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
title: 'Custom Boorus',
meta: [
{
hid: 'customBoorus',
hid: 'description',
name: 'description',
content: 'Modify the Custom Boorus',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/premium/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
title: 'Premium',
meta: [
{
hid: 'premium',
hid: 'description',
name: 'description',
content: 'Premium subscription for the Rule 34 App',
},
Expand Down
4 changes: 2 additions & 2 deletions pages/premium/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ export default {
head() {
return {
title: 'Custom Tag Collections',
title: 'Custom tag collections',
meta: [
{
hid: 'customTagCollections',
hid: 'description',
name: 'description',
content: 'Modify the Custom Tag Collections',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
title: 'Settings',
meta: [
{
hid: 'settings',
hid: 'description',
name: 'description',
content: 'Tweak your experience on the Rule 34 App.',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
title: 'Usage',
meta: [
{
hid: 'usage',
hid: 'description',
name: 'description',
content: 'Learn what every setting in the the Rule 34 App does.',
},
Expand Down

0 comments on commit dab3c96

Please sign in to comment.