Spaces:
Running
Running
added twitter handles
Browse files- pages/index.js +11 -1
pages/index.js
CHANGED
@@ -250,7 +250,7 @@ export default function Home() {
|
|
250 |
|
251 |
<main className="container mx-auto px-3 sm:px-6 py-5 sm:py-10 pb-32 max-w-5xl w-full">
|
252 |
{/* Header section with title and tools */}
|
253 |
-
<div className="flex flex-col sm:flex-row sm:justify-between sm:items-end mb-
|
254 |
<div>
|
255 |
<h1 className="text-2xl sm:text-3xl font-bold mb-0 leading-tight font-mega">Gemini Co-Drawing</h1>
|
256 |
<p className="text-sm sm:text-base text-gray-500 mt-1">
|
@@ -259,6 +259,16 @@ export default function Home() {
|
|
259 |
Gemini 2.0 native image generation
|
260 |
</a>
|
261 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
</div>
|
263 |
|
264 |
<menu className="flex items-center bg-gray-300 rounded-full p-2 shadow-sm self-start sm:self-auto">
|
|
|
250 |
|
251 |
<main className="container mx-auto px-3 sm:px-6 py-5 sm:py-10 pb-32 max-w-5xl w-full">
|
252 |
{/* Header section with title and tools */}
|
253 |
+
<div className="flex flex-col sm:flex-row sm:justify-between sm:items-end mb-2 sm:mb-6 gap-2">
|
254 |
<div>
|
255 |
<h1 className="text-2xl sm:text-3xl font-bold mb-0 leading-tight font-mega">Gemini Co-Drawing</h1>
|
256 |
<p className="text-sm sm:text-base text-gray-500 mt-1">
|
|
|
259 |
Gemini 2.0 native image generation
|
260 |
</a>
|
261 |
</p>
|
262 |
+
<p className="text-sm sm:text-base text-gray-500 mt-1">
|
263 |
+
by{" "}
|
264 |
+
<a className="underline" href="https://x.com/trudypainter" target="_blank" rel="noopener noreferrer">
|
265 |
+
@trudypainter
|
266 |
+
</a>
|
267 |
+
{" "}and{" "}
|
268 |
+
<a className="underline" href="https://x.com/alexanderchen" target="_blank" rel="noopener noreferrer">
|
269 |
+
@alexanderchen
|
270 |
+
</a>
|
271 |
+
</p>
|
272 |
</div>
|
273 |
|
274 |
<menu className="flex items-center bg-gray-300 rounded-full p-2 shadow-sm self-start sm:self-auto">
|