Skip to content

Commit

Permalink
Merge pull request #151 from Lodestone-Team/file-viewer-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng authored Feb 13, 2023
2 parents c5da15f + 297ddf2 commit 19a464b
Show file tree
Hide file tree
Showing 13 changed files with 1,183 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion src/components/DashboardLayout/InstanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function InstanceList({
className={`flex w-fit select-none flex-col items-stretch gap-4 rounded-xl border border-gray-faded/30 bg-gray-800 py-4 px-6 text-medium font-bold tracking-tight`}
>
<FontAwesomeIcon icon={faServer} className="text-h1 text-gray-400" />
<p className="text-xl text-center text-gray-400">
<p className="text-center text-h3 text-gray-400">
Log in to view game server instances.
</p>
</div>
Expand Down
Loading

0 comments on commit 19a464b

Please sign in to comment.