Skip to content

Commit b02bf74

Browse files
committedJan 12, 2023
Disclaimer component reused
1 parent 1009dc2 commit b02bf74

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎components/AppDisclaimer.vue

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<template>
2+
<p class="d-block">
3+
<strong>DISCLAIMER :</strong> This is a demo web-app. All the instructions and answers come from OpenAI.
4+
</p>
5+
</template>

‎components/AppFooter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<footer class="px-3 py-2 text-bg-dark">
33
<div>
4-
<strong>DISCLAIMER :</strong> This is a demo web-app. All the instructions and answers come from OpenAI.
4+
<AppDisclaimer />
55
</div>
66
</footer>
77
</template>

‎pages/openAI/index.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
All your prompts must be in English.
1414
</p>
1515

16-
<p class="d-block">
17-
<strong>DISCLAIMER :</strong> This is a demo web-app. All the instructions and answers come from OpenAI.
18-
</p>
16+
<AppDisclaimer />
1917
</div>
2018
</div>
2119
</template>

1 commit comments

Comments
 (1)

vercel[bot] commented on Jan 12, 2023

@vercel[bot]
Please sign in to comment.