Skip to content

Commit

Permalink
[F2E] Adjust Css
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisKoXiang committed Feb 21, 2023
1 parent ca1a2e4 commit 04e9da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Meta name="description" content="Nuxt3 OpenAI Image Generations" />
</Head>
<FullScreenLoading v-if="loading" />
<h1 class="text-3xl font-bold">
<h1 class="text-3xl pb-6 font-bold">
ChatGPT OpenAI Image Generations
</h1>
<form
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="max-w-5xl py-8 px-4 mx-auto">
<h1 class="text-3xl font-bold">
<h1 class="text-3xl pb-6 font-bold">
Connect with Open AI
</h1>
<div class="grid grid-cols-6 gap-4">
Expand Down
2 changes: 1 addition & 1 deletion pages/translate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</Head>
<ClientOnly>
<FullScreenLoading v-if="loading" />
<h1 class="text-3xl font-bold">
<h1 class="text-3xl pb-6 font-bold">
Open AI Translation into multiple languages at once.
</h1>
<form class="grid grid-cols-1 gap-6" @submit.prevent="translateText">
Expand Down

1 comment on commit 04e9da9

@vercel
Copy link

@vercel vercel bot commented on 04e9da9 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.