toffee branding temp
This commit is contained in:
parent
a4fa47eda4
commit
2a06d0f2ac
13 changed files with 89 additions and 42 deletions
pages/dashboard
|
@ -8,7 +8,7 @@ function Dashboard() {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Dashboard - InvestBot</title>
|
||||
<title>Dashboard - toffee</title>
|
||||
</Head>
|
||||
<m.div
|
||||
className="inline-grid w-full grid-cols-1 pt-2 pl-2 lg:h-full lg:grid-cols-5 lg:pl-0 lg:pr-2"
|
||||
|
|
|
@ -75,7 +75,7 @@ function Ranking() {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Ranking - InvestBot</title>
|
||||
<title>Ranking - toffee</title>
|
||||
</Head>
|
||||
<div className="flex w-full justify-center">
|
||||
<div className="ml-3 flex w-full flex-col items-center justify-start font-robotoMono font-semibold lg:ml-0">
|
||||
|
@ -146,10 +146,13 @@ function Ranking() {
|
|||
{
|
||||
// if data is not loaded, loading div
|
||||
!dataLoaded ? (
|
||||
<div className="mt-5 flex h-[100vh] w-full flex-col items-center justify-start">
|
||||
<m.div
|
||||
className="mt-5 flex h-[100vh] w-full flex-col items-center justify-start"
|
||||
variants={rankingDataContainerVariants}
|
||||
>
|
||||
<Loading />
|
||||
<h1 className="my-5">This is fake delay :)</h1>
|
||||
</div>
|
||||
</m.div>
|
||||
) : (
|
||||
<m.div
|
||||
initial="initial"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue