Update image paths in story

This commit is contained in:
Gabe Kangas 2023-01-12 14:22:21 -08:00
parent d1910eec1a
commit a0fecb7e1f
No known key found for this signature in database
GPG key ID: 4345B2060657F330
2 changed files with 3 additions and 3 deletions

View file

@ -2,10 +2,10 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { Image, ImageRow } from './ImageAsset';
import Logo from '../../assets/images/logo.svg';
import FediverseColor from '../../assets/images/fediverse-color.png';
import FediverseBlack from '../../assets/images/fediverse-black.png';
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 '../../assets/images/indieauth.png';
import IndieAuth from '../../public/img/indieauth.png';
import IsBot from '../../assets/images/bot.svg';
<Meta title="owncast/Style Guide/Images+Icons" />

View file

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 8 KiB