mirror of
https://github.com/owncast/owncast.git
synced 2024-12-24 18:18:24 +03:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
|
import s from './Logo.module.scss';
|
||
|
|
||
|
export default function SocialLinks() {
|
||
|
return <img className={s.logo} src="/logo" alt="logo" />;
|
||
|
}
|