Skip to content

Commit 390e56e

Browse files
authored
Update +page.svelte
change button variant from secondary to primary
1 parent 9943dd0 commit 390e56e

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/organization-[organization]

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
Manage projects
186186
</Button>
187187
<Button
188-
secondary
188+
primary
189189
size="s"
190190
href={$upgradeURL}
191191
on:click={() => {

0 commit comments

Comments
 (0)