Skip to content

Commit

Permalink
fix(storybook): fix default brand
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsantos committed Dec 6, 2024
1 parent 9db4469 commit 7eaac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const preview: Preview = {
brands: {
name: "Brands",
description: "Design System Supported Brands",
defaultValue: "Brand 1",
defaultValue: "brand 1",
toolbar: {
title: "Brands",
icon: "paintbrush",
Expand Down

0 comments on commit 7eaac26

Please sign in to comment.