Skip to content

Commit 4176a79

Browse files
committedMar 28, 2023
initialized polis repo
1 parent 7bee169 commit 4176a79

9 files changed

+697
-517
lines changed
 

‎components/Text.tsx

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import Image from "next/image";
2+
import Link from "next/link";
3+
4+
const Text = () => {
5+
return (
6+
<div>
7+
<p className="py-6 text-5xl font-mono">
8+
<b className="underline decoration-wavy decoration-yellow-400">Polis</b>
9+
🍃
10+
</p>
11+
</div>
12+
);
13+
};
14+
15+
export default Text;

0 commit comments

Comments
 (0)