Skip to content

Commit

Permalink
fix: Add new Skin Rarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rico-vz committed Dec 6, 2024
1 parent d0973f8 commit b246232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/ChampionSkinController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function index(Request $request)
'Mythic' => 'text-purple-500',
'Ultimate' => 'text-yellow-400',
'Transcendent' => 'text-violet-400',
'Exalted' => 'text-violet-300',
];

return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor])->fragmentIf($request->hasHeader('HX-Request'), 'skin-list');
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
"text-purple-500",
"text-yellow-400",
"text-violet-400",
"text-violet-300",
],
theme: {
extend: {
Expand Down

0 comments on commit b246232

Please sign in to comment.