mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-10 00:13:10 +00:00
refactor: migrate to material symbols icon set
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licens for
|
||||
~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
~ more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License along with
|
||||
@@ -18,14 +18,14 @@
|
||||
class="left-button"
|
||||
(click)="mainSwiper.swiperRef.slidePrev()"
|
||||
>
|
||||
<ion-icon slot="icon-only" name="chevron-left"></ion-icon>
|
||||
<ion-icon slot="icon-only" name="navigate_before"></ion-icon>
|
||||
</ion-button>
|
||||
<ion-button
|
||||
fill="clear"
|
||||
class="right-button"
|
||||
(click)="mainSwiper.swiperRef.slideNext()"
|
||||
>
|
||||
<ion-icon slot="icon-only" name="chevron-right"></ion-icon>
|
||||
<ion-icon slot="icon-only" name="navigate_next"></ion-icon>
|
||||
</ion-button>
|
||||
<swiper
|
||||
class="header-swiper"
|
||||
|
||||
Reference in New Issue
Block a user