Fix typo in UpdateBanner.tsx

Github -> GitHub
This commit is contained in:
Ikko Ashimine 2022-11-05 01:14:01 +09:00 committed by Nicolas Meienberger
parent aec5f553ce
commit 0ea17b7901

View file

@ -22,7 +22,7 @@ const UpdateBanner = () => {
<AlertDescription>
There is a new version of Tipi available ({data?.version.latest}). Visit{' '}
<a className="text-blue-600" target="_blank" rel="noreferrer" href={'https://github.com/meienberger/runtipi/releases/latest'}>
Github
GitHub
</a>{' '}
for update instructions.
</AlertDescription>