refactor: completely remove ionic

This commit is contained in:
waterplea
2024-04-05 12:06:02 +07:00
parent b2c8907635
commit 8594781780
291 changed files with 416 additions and 3365 deletions

View File

@@ -24,6 +24,7 @@ button {
z-index: 50;
background-color: transparent;
background-image: none;
border: none;
&:hover {
text-decoration-line: none;

View File

@@ -32,8 +32,7 @@ export class CategoriesComponent {
case 'all':
return 'tuiIconGridLarge'
case 'bitcoin':
// @TODO need bitcoin icon
return 'tuiIconBoldLarge'
return 'tuiIconBitcoin'
case 'messaging':
case 'communications':
return 'tuiIconMessageCircleLarge'