Skip to content

Commit

Permalink
feat: Add Catalyst SVG logo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
coire1 committed May 16, 2024
1 parent 00120c0 commit 28e4025
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 6 deletions.
5 changes: 3 additions & 2 deletions catalyst_voices/lib/pages/coming_soon/logo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ class ComingSoonLogo extends StatelessWidget {
return Row(
crossAxisAlignment: CrossAxisAlignment.end,
children: [
CatalystImage.asset(
VoicesAssets.images.logo.path,
CatalystSvgPicture.asset(
VoicesAssets.images.catalystLogo.path,
width: 202,
),
Container(
margin: const EdgeInsets.only(left: 13, bottom: 6),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 28e4025

Please sign in to comment.