Skip to content

Commit 4e16caf

Browse files
Fix dashboard for siebel tv (#101)
1 parent 1fde5ed commit 4e16caf

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

apps/dashboard/src/App.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@ function App() {
5252
zIndex={2}
5353
>
5454
<Title />
55+
<Text
56+
position={"absolute"}
57+
top={"0.5vh"}
58+
left={"25%"}
59+
fontSize={"2.5vh"}
60+
fontWeight="bold"
61+
color="white"
62+
fontFamily="ProRacingSlant"
63+
textAlign="center"
64+
transform={"translateX(-50%)"}
65+
paddingX={"1.25vh"}
66+
borderRadius="1rem"
67+
bgColor={"rgba(0,0,0,0.2)"}
68+
>
69+
Leaderboard
70+
</Text>
5571
<Flex width={"100%"} mt={"0"} flexGrow={1}>
5672
<Flex width={"50%"} marginRight={"1vh"} alignItems={"end"}>
57-
<Text
58-
position={"absolute"}
59-
top={"0.5vh"}
60-
left={"25%"}
61-
fontSize={"2.5vh"}
62-
fontWeight="bold"
63-
color="white"
64-
fontFamily="ProRacingSlant"
65-
textAlign="center"
66-
transform={"translateX(-50%)"}
67-
paddingX={"1.25vh"}
68-
borderRadius="1rem"
69-
bgColor={"rgba(0,0,0,0.2)"}
70-
>
71-
Leaderboard
72-
</Text>
7373
<RegisterNow />
7474
</Flex>
7575
<Flex

0 commit comments

Comments
 (0)