new set icon/mapping
This commit is contained in:
@@ -185,6 +185,10 @@ $colors: mauve, lilac, "purple", "orchid", "snow";
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-nav > .nav-item > .nav-link:hover {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
.nav-link.active,
|
||||
.nav-item.show .nav-link {
|
||||
|
||||
@@ -125,6 +125,7 @@ import destined_rivals from "/src/svg/set/destined_rivals.svg?raw";
|
||||
import surging_sparks from "/src/svg/set/surging_sparks.svg?raw";
|
||||
import team_rocket from "/src/svg/set/team_rocket.svg?raw";
|
||||
import perfect_order from "/src/svg/set/perfect_order.svg?raw";
|
||||
import chaos_rising from "/src/svg/set/chaos_rising.svg?raw";
|
||||
|
||||
const { set } = Astro.props;
|
||||
|
||||
@@ -254,6 +255,7 @@ const setMap = {
|
||||
"DRI": destined_rivals,
|
||||
"SSP": surging_sparks,
|
||||
"ME03": perfect_order,
|
||||
"ME04": chaos_rising,
|
||||
};
|
||||
|
||||
const svg = setMap[set as keyof typeof setMap] ?? "";
|
||||
|
||||
1
src/svg/set/chaos_rising.svg
Normal file
1
src/svg/set/chaos_rising.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.5 KiB |
Reference in New Issue
Block a user