aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Divider/Divider.tsx
diff options
context:
space:
mode:
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