mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: Add 'Transcendent' rarity color
- Added a new rarity color 'Transcendent' with corresponding text color to the ChampionSkinController.
This commit is contained in:
@@ -28,6 +28,7 @@ class ChampionSkinController extends Controller
|
||||
'Rare' => 'text-pink-300',
|
||||
'Mythic' => 'text-purple-500',
|
||||
'Ultimate' => 'text-yellow-400',
|
||||
'Transcendent' => 'text-orange-400',
|
||||
];
|
||||
|
||||
return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor]);
|
||||
|
||||
Reference in New Issue
Block a user