fix: icon on addons tab

This commit is contained in:
alexsparkes
2024-02-03 10:59:11 +00:00
parent 6cb00cca9d
commit c7f21c295c
3 changed files with 18 additions and 10 deletions

View File

@@ -170,6 +170,12 @@ h5 {
gap: 20px;
justify-content: center;
align-items: center;
.link {
display: flex;
flex-flow: row;
gap: 15px;
align-items: center;
}
}
.marketplaceCondition {

View File

@@ -21,7 +21,7 @@ import {
MdOutlineAssessment as Stats,
MdOutlineNewReleases as Changelog,
MdInfoOutline as About,
MdAddCircleOutline as Added,
MdOutlineExtension as Added,
MdAddCircleOutline as Create,
MdViewAgenda as Overview,
MdCollectionsBookmark as Collections,