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