Skip to content

Commit

Permalink
feat(Loading) : loading page (#14)
Browse files Browse the repository at this point in the history
* feat(loading page)

* Add red color for AR instead of T
  • Loading branch information
Vyshnav001 authored Apr 17, 2024
1 parent 95630f5 commit 002e103
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default function Loading() {
return (
<div className="font-tiara text-6xl md:text-9xl min-h-screen flex items-center justify-center animate-pulse ">
<span className="">Ti</span><span className="text-tiara_red">ar</span>a{" "}
<span className="text-tiara_red">{"'"}</span>24{" "}
</div>
);
}

0 comments on commit 002e103

Please sign in to comment.