chore: update hostname

This commit is contained in:
jinhojang6 2024-02-13 21:08:36 +09:00
parent 61080b9c84
commit 77a82a4a9c
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<h1 class="flex font-bold"> <h1 class="flex font-bold">
<span style={`color: ${$theme.yellow};`}>guest</span> <span style={`color: ${$theme.yellow};`}>guest</span>
<span style={`color: ${$theme.white}`}>@</span> <span style={`color: ${$theme.white}`}>@</span>
<span style={`color: ${$theme.green}`}>{hostname}</span> <span style={`color: ${$theme.white}`}>{hostname}</span>
<span style={`color: ${$theme.white}`}>:~$</span> <span style={`color: ${$theme.white}`}>:~$</span>
</h1> </h1>