diff --git a/src/components/BottomLabel.css b/src/components/BottomLabel.css index 4d467bb..622209c 100644 --- a/src/components/BottomLabel.css +++ b/src/components/BottomLabel.css @@ -9,9 +9,18 @@ font-size: 14px; } +.top-right-label { + position: absolute; + right: 1rem; + top: 1rem; + font-weight: normal; + color: #4A4863; + font-size: 14px; +} + .dot { width: 2px; height: 2px; background: currentColor; border-radius: 100px; -} \ No newline at end of file +} diff --git a/src/components/BottomLabel.tsx b/src/components/BottomLabel.tsx index f18d227..a864998 100644 --- a/src/components/BottomLabel.tsx +++ b/src/components/BottomLabel.tsx @@ -12,3 +12,9 @@ export function BottomLabel() { ); } + +export function TopRightLabel() { + const version = useVersion({ prefixed: true }); + + return