mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 16:43:25 +00:00
Fix label position
This commit is contained in:
@@ -12,3 +12,9 @@ export function BottomLabel() {
|
||||
</h3>
|
||||
);
|
||||
}
|
||||
|
||||
export function TopRightLabel() {
|
||||
const version = useVersion({ prefixed: true });
|
||||
|
||||
return <h3 className="top-right-label">{version}</h3>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user