pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 277 B view raw
1import Link from 'next/link'; 2import classes from './Logo.module.css'; 3import logoUrl from '../public/icon-light.png'; 4 5export function Logo() { 6 return ( 7 <Link href="/" className={classes.logo}> 8 <img src={logoUrl.src} alt="Logo of pstream-ng" /> 9 </Link> 10 ); 11}