aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Divider/Divider.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-06-26 22:01:38 -0700
committerPinapelz <yukais@pinapelz.com>2024-06-26 22:01:38 -0700
commit7c3f1298095727fcacdc903fa79369d5624bf3df (patch)
tree45ec08396c69916971a60965c08255f7c8e0b613 /src/components/Divider/Divider.tsx
parent5f58260a7602494f21969fd917a0a984ae9d714d (diff)
lint project
Diffstat (limited to 'src/components/Divider/Divider.tsx')
-rw-r--r--src/components/Divider/Divider.tsx18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/components/Divider/Divider.tsx b/src/components/Divider/Divider.tsx
index 55e6844..e2ef41b 100644
--- a/src/components/Divider/Divider.tsx
+++ b/src/components/Divider/Divider.tsx
@@ -1,12 +1,14 @@
interface DividerProps {
- text: string;
+ text: string;
}
const Divider = (props: DividerProps) => {
- return (
- <div className="flex flex-row items-center justify-center bg-black h-24 mt-8">
- <div className="px-2 text-white text-4xl font-extrabold">{props.text}</div>
- </div>
- )
-}
-export default Divider; \ No newline at end of file
+ return (
+ <div className="flex flex-row items-center justify-center bg-black h-24 mt-8">
+ <div className="px-2 text-white text-4xl font-extrabold">
+ {props.text}
+ </div>
+ </div>
+ );
+};
+export default Divider;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage