Skip to content

Commit

Permalink
Try to fix National flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HinataKato committed May 11, 2022
1 parent 971f643 commit 2ad45f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="ui fluid card">
<div class="card-header">
<svg viewBox="0 0 100 100" class="flag-icon">
<use :xlink:href="`#${server.region}`"></use>
<use :href="`#${server.location}`"></use>
</svg>
<span> {{ server.name }} </span>
<p>{{ server.type }}</p>
Expand Down
1 change: 0 additions & 1 deletion types/servers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ declare global {
'swap_used': number;
'hdd_total': number;
'hdd_used': number;
'custom': string;
}

interface Window {
Expand Down

0 comments on commit 2ad45f2

Please sign in to comment.