Commit
·
c72e989
1
Parent(s):
5cff47c
clarify the licence
Browse files- README.md +1 -1
- src/app/layout.tsx +2 -2
- src/app/main.tsx +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Illustrateur (cloud)
|
3 |
emoji: ⚡
|
4 |
sdk: docker
|
5 |
colorFrom: purple
|
|
|
1 |
---
|
2 |
+
title: Illustrateur (cloud version)
|
3 |
emoji: ⚡
|
4 |
sdk: docker
|
5 |
colorFrom: purple
|
src/app/layout.tsx
CHANGED
@@ -6,8 +6,8 @@ import { Inter } from 'next/font/google'
|
|
6 |
const inter = Inter({ subsets: ['latin'] })
|
7 |
|
8 |
export const metadata: Metadata = {
|
9 |
-
title: 'Illustrateur',
|
10 |
-
description: 'Illustrateur',
|
11 |
}
|
12 |
|
13 |
export default function RootLayout({
|
|
|
6 |
const inter = Inter({ subsets: ['latin'] })
|
7 |
|
8 |
export const metadata: Metadata = {
|
9 |
+
title: 'Illustrateur (non-commercial usage only)',
|
10 |
+
description: 'Illustrateur - for non-commercial usage only',
|
11 |
}
|
12 |
|
13 |
export default function RootLayout({
|
src/app/main.tsx
CHANGED
@@ -196,11 +196,12 @@ export function Main() {
|
|
196 |
)}>
|
197 |
<Card className="shadow-xl z-30 rounded-xl">
|
198 |
<CardHeader>
|
199 |
-
<div className="flex flex-
|
200 |
<div className="flex flex-row items-center font-mono p-3 bg-zinc-900 rounded-lg">
|
201 |
<div className="px-1 pt-1 p-0.5 rounded-sm mr-2 bg-yellow-400 text-xl text-zinc-900 font-bold">HFi</div>
|
202 |
<div className="text-yellow-400 text-lg">Illustrateur</div>
|
203 |
</div>
|
|
|
204 |
</div>
|
205 |
</CardHeader>
|
206 |
<CardContent className="flex flex-col">
|
|
|
196 |
)}>
|
197 |
<Card className="shadow-xl z-30 rounded-xl">
|
198 |
<CardHeader>
|
199 |
+
<div className="flex flex-col justify-start">
|
200 |
<div className="flex flex-row items-center font-mono p-3 bg-zinc-900 rounded-lg">
|
201 |
<div className="px-1 pt-1 p-0.5 rounded-sm mr-2 bg-yellow-400 text-xl text-zinc-900 font-bold">HFi</div>
|
202 |
<div className="text-yellow-400 text-lg">Illustrateur</div>
|
203 |
</div>
|
204 |
+
<p className="text-neutral-400 text-xs pt-4">Based on Stable Cascade, so currently for non-commercial usage only.</p>
|
205 |
</div>
|
206 |
</CardHeader>
|
207 |
<CardContent className="flex flex-col">
|