Skip to content

Commit

Permalink
Fix image location
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Nov 19, 2020
1 parent ff4e4a3 commit 760984f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { ViewContentHeader } from '../../../components/shared/view_content_heade
import { LicenseBadge } from '../../../components/shared/license_badge';
import { Loading } from '../../../../../applications/shared/loading';

import aclImage from '../../../components/assets/supports_acl.svg';
import aclImage from '../../../assets/supports_acl.svg';
import { SourceLogic } from '../source_logic';

export const Overview: React.FC = () => {
Expand Down

0 comments on commit 760984f

Please sign in to comment.