Skip to content

Commit

Permalink
feat(4ps): update, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 29, 2023
1 parent b00bfcd commit 2fe7547
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
<nav [(activeItemIndex)]="activeTabIndex"
tuiTabs>
<button tuiTab>
<span class="mix-icon"> feed </span> General
<span class="mix-icon mr-2"> feed </span> General
</button>
<button tuiTab>
<span class="mix-icon"> settings </span> Columns
<span class="mix-icon mr-2"> settings </span> Columns
</button>
<button tuiTab>
<span class="mix-icon"> share </span> Relationships
<span class="mix-icon mr-2"> share </span> Relationships
</button>
<button tuiTab>
<span class="mix-icon"> key </span> Permissions
<span class="mix-icon mr-2"> key </span> Permissions
</button>
<button tuiTab>
<span class="mix-icon"> rule_settings </span> Migrations
<span class="mix-icon mr-2"> rule_settings </span> Migrations
</button>
</nav>
</div>
Expand Down

1 comment on commit 2fe7547

@vercel
Copy link

@vercel vercel bot commented on 2fe7547 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.