mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
refactor: completely remove ionic
This commit is contained in:
@@ -24,6 +24,7 @@ button {
|
||||
z-index: 50;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration-line: none;
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user