mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Fix update banner typo (#1532)
This commit is contained in:
parent
c29ee3bc67
commit
bce6cd5d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue