mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
fix: replace link to new git repo
This commit is contained in:
@@ -6,14 +6,14 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="flex flex-col text-center p-4 bg-base-200">
|
||||
<p className="flex flex-row justify-center items-center h-[1em]">
|
||||
<a className="link link-info mr-1" href="https://git.unlock-music.dev/um/um-react">
|
||||
<a className="link link-info mr-1" href="https://git.um-react.app/um/um-react">
|
||||
音乐解锁
|
||||
</a>
|
||||
(
|
||||
<a
|
||||
title="使用 MIT 授权协议"
|
||||
className="link link-info"
|
||||
href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE"
|
||||
href="https://git.um-react.app/um/um-react/src/branch/main/LICENSE"
|
||||
>
|
||||
MIT
|
||||
</a>
|
||||
@@ -23,7 +23,7 @@ export function Footer() {
|
||||
<p>
|
||||
{'© 2019 - '}
|
||||
<CurrentYear />
|
||||
<a className="ml-1 link link-info" href="https://git.unlock-music.dev/um">
|
||||
<a className="ml-1 link link-info" href="https://git.um-react.app/um">
|
||||
Unlock Music
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -7,7 +7,7 @@ export interface ProjectIssueProps {
|
||||
|
||||
export function ProjectIssue({ id, title }: ProjectIssueProps) {
|
||||
return (
|
||||
<ExtLink target="_blank" href={`https://git.unlock-music.dev/um/um-react/issues/${id}`}>
|
||||
<ExtLink target="_blank" href={`https://git.um-react.app/um/um-react/issues/${id}`}>
|
||||
{`#${id}`}
|
||||
{title && ` - ${title}`}
|
||||
</ExtLink>
|
||||
|
||||
Reference in New Issue
Block a user