mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 14:03:25 +00:00
Extension styling
This commit is contained in:
14
src/components/BottomLabel.tsx
Normal file
14
src/components/BottomLabel.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { useVersion } from '~hooks/useVersion';
|
||||
import './BottomLabel.css';
|
||||
|
||||
export function BottomLabel() {
|
||||
const version = useVersion({ prefixed: true });
|
||||
|
||||
return (
|
||||
<h3 className="bottom-label">
|
||||
{version}
|
||||
<div className="dot" />
|
||||
movie-web
|
||||
</h3>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user