Fix update banner typo (#1532)

This commit is contained in:
Zero Liu 2025-06-07 17:14:24 -07:00 committed by GitHub
parent c29ee3bc67
commit bce6cd5d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ export function NewVersionBanner({ currentVersion }: NewVersionBannerProps) {
>
<div className="tw-mb-1 tw-flex tw-items-center tw-justify-between tw-gap-2 tw-rounded-md tw-border tw-border-solid tw-border-border tw-p-2 tw-pl-3 tw-text-xs">
<div className="tw-flex tw-items-center tw-gap-2">
<span className="tw-font-medium">Update available:</span>(
<span className="tw-font-medium">Update available:</span>
<a
href={`https://github.com/logancyang/obsidian-copilot/releases/latest`}
target="_blank"