Fix typo in UpdateBanner.tsx

Github -> GitHub
This commit is contained in:
Ikko Ashimine 2022-11-05 01:14:01 +09:00 committed by GitHub
parent aec5f553ce
commit 593ccab01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>