Skip to content

Commit

Permalink
fix page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire committed Oct 17, 2024
1 parent 8f0b4c9 commit 48e4121
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/assistive-text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/assistive-text.js';
definePageMeta({
title: 'PIE Assistive Text',
title: 'Assistive Text',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/button.js';
definePageMeta({
title: 'PIE Button',
title: 'Button',
});
let counter = ref(0);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/card.js';
definePageMeta({
title: 'PIE Card',
title: 'Card',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/checkbox-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import '@justeattakeaway/pie-webc/components/checkbox-group.js';
import '@justeattakeaway/pie-webc/components/form-label.js';
definePageMeta({
title: 'PIE Checkbox Group',
title: 'Checkbox Group',
});
const contactByEmail = ref(false);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/checkbox.js';
definePageMeta({
title: 'PIE Checkbox',
title: 'Checkbox',
});
let checked = ref(false);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/chip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/chip.js';
definePageMeta({
title: 'PIE Chip',
title: 'Chip',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/cookie-banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/cookie-banner.js';
definePageMeta({
title: 'PIE Cookie Banner',
title: 'Cookie Banner',
});
// TODO: DSW-1710 - Update this to use the TS declaration for locales.
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/form-label.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/form-label.js';
definePageMeta({
title: 'PIE Form Label',
title: 'Form Label',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/icon-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/icon-button.js';
import '@justeattakeaway/pie-icons-webc/dist/IconClose.js';
definePageMeta({
title: 'PIE Icon Button',
title: 'Icon Button',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import '@justeattakeaway/pie-icons-webc/dist/IconPhone.js';
import '@justeattakeaway/pie-icons-webc/dist/IconPhoneLarge.js';
definePageMeta({
title: 'PIE Icon',
title: 'Icon',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/link.js';
definePageMeta({
title: 'PIE Link',
title: 'Link',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/lottie-player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const animations = [
]
definePageMeta({
title: 'PIE Lottie Player',
title: 'Lottie Player',
});
let animationIndex = ref(0);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import '@justeattakeaway/pie-webc/components/button.js';
import '@justeattakeaway/pie-webc/components/modal.js';
definePageMeta({
title: 'PIE Modal',
title: 'Modal',
});
let open = ref(true);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import '@justeattakeaway/pie-webc/components/divider.js';
import '@justeattakeaway/pie-webc/components/notification.js';
definePageMeta({
title: 'PIE Notification',
title: 'Notification',
});
let isNotificationOpen = ref(true);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import '@justeattakeaway/pie-webc/components/radio.js';
definePageMeta({
title: 'PIE Radio',
title: 'Radio',
});
let checked = ref(false);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/spinner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/spinner.js';
definePageMeta({
title: 'PIE Spinner',
title: 'Spinner',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/switch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { definePageMeta } from '#imports';
import '@justeattakeaway/pie-webc/components/switch.js';
definePageMeta({
title: 'PIE Switch',
title: 'Switch',
});
let checked = ref(false);
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { variants } from '@justeattakeaway/pie-webc/components/tag.js';
import '@justeattakeaway/pie-webc/components/divider.js';
definePageMeta({
title: 'PIE Tag',
title: 'Tag',
});
</script>

Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/text-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/text-input.js';
import '@justeattakeaway/pie-icons-webc/dist/IconPhone.js';
definePageMeta({
title: 'PIE Text Input',
title: 'Text Input',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/components/textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/textarea.js';
import '@justeattakeaway/pie-webc/components/divider.js';
definePageMeta({
title: 'PIE Textarea',
title: 'Textarea',
});
</script>
2 changes: 1 addition & 1 deletion nuxt-app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import { definePageMeta } from '#imports';
definePageMeta({
title: 'PIE Aperture',
title: 'Aperture',
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/pages/integrations/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ import '@justeattakeaway/pie-icons-webc/dist/IconNumberSymbol.js';
import '@justeattakeaway/pie-icons-webc/dist/IconKey.js';
definePageMeta({
title: 'PIE Form Test Page',
title: 'Form Test Page',
});
const username = ref('');
Expand Down

0 comments on commit 48e4121

Please sign in to comment.