mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Remove unused story
This commit is contained in:
parent
b678ec0bce
commit
518bfd3829
@ -1,51 +0,0 @@
|
|||||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
|
||||||
import { Image, ImageRow } from './ImageAsset';
|
|
||||||
|
|
||||||
import Logo from '../../assets/images/logo.svg';
|
|
||||||
import FediverseColor from '../../public/img/fediverse-color.png';
|
|
||||||
import FediverseBlack from '../../public/img/fediverse-black.png';
|
|
||||||
import Moderator from '../../assets/images/moderator.svg';
|
|
||||||
import IndieAuth from '../../public/img/indieauth.png';
|
|
||||||
import IsBot from '../../assets/images/bot.svg';
|
|
||||||
|
|
||||||
<Meta title="owncast/Style Guide/Images+Icons" />
|
|
||||||
|
|
||||||
export const images = [
|
|
||||||
{
|
|
||||||
src: Logo,
|
|
||||||
name: 'Logo',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
# Images
|
|
||||||
|
|
||||||
## TODO: Determine the icon style/images for v2 of the web UI.
|
|
||||||
|
|
||||||
<ImageRow images={images} />
|
|
||||||
|
|
||||||
## App Icons
|
|
||||||
|
|
||||||
export const icons = [
|
|
||||||
{
|
|
||||||
src: FediverseColor,
|
|
||||||
name: 'Fediverse Color',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: FediverseBlack,
|
|
||||||
name: 'Fediverse Black',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: Moderator,
|
|
||||||
name: 'Moderator',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: IndieAuth,
|
|
||||||
name: 'IndieAuth',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: IsBot,
|
|
||||||
name: 'Bot Flag',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
<ImageRow images={icons} />
|
|
Loading…
x
Reference in New Issue
Block a user