Skip to content

Commit

Permalink
Fix image and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeng committed Mar 26, 2022
1 parent da609bc commit 874c283
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/Enums/BadgeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum BadgeType
case MISSION_MAKER;
case ONE_OF_ALL;
case SENIOR_MEMBER;
case SQUID_LEADER;
case SQUAD_LEADER;
case STEELRAIN;
case WARPIG;
case STAFF;
Expand Down Expand Up @@ -44,7 +44,7 @@ public static function getKoreanNames(): array
self::MISSION_MAKER->name => '미션 메이커',
self::ONE_OF_ALL->name => 'One of All',
self::SENIOR_MEMBER->name => '시니어 멤버',
self::SQUID_LEADER->name => '분대장',
self::SQUAD_LEADER->name => '분대장',
self::STEELRAIN->name => '스틸레인',
self::WARPIG->name => '워피그',
self::STAFF->name => '스탭',
Expand Down
2 changes: 1 addition & 1 deletion public/images/badges/JTAC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/images/badges/MANAGER.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/images/badges/MEDIC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/images/badges/MISFIT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/images/badges/SENIOR_MEMBER.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/badges/SQUAD_LEADER.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/badges/SQUID_LEADER.svg

This file was deleted.

2 changes: 1 addition & 1 deletion public/images/badges/STAFF.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 874c283

Please sign in to comment.