Skip to content

Commit

Permalink
[MS] Fixed workspaces page style
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Nov 10, 2023
1 parent d86ccdd commit 0f20636
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/src/views/workspaces/WorkspacesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@
</div>
<div class="workspaces-footer">
<div class="folder-footer__container">
<ion-text
class="text title-h5"
>
<ion-text class="text title-h5">
{{ $t('WorkspacesPage.itemCount', { count: workspaceList.length }, workspaceList.length) }}
</ion-text>
</div>
Expand Down

0 comments on commit 0f20636

Please sign in to comment.