fix: update GitHub URLs to use Riotpiaole and forgejo.riotpiao.com (#13)
CI / CI (push) Successful in 5m44s
CI / CI (push) Successful in 5m44s
- Change public GitHub from github.com/rockliang to github.com/Riotpiaole - Change private GitHub to forgejo.riotpiao.com for all references - Update both desktop and mobile contact sections --------- Co-authored-by: poimen <[email protected]> Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -117,7 +117,7 @@ export default function Header() {
|
||||
</div>
|
||||
<div className="flex items-center justify-between">
|
||||
<a
|
||||
href="https://github.com/rockliang"
|
||||
href="https://github.com/Riotpiaole"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-sm text-gray-700 dark:text-gray-300 hover:text-blue-600 dark:hover:text-blue-400 flex-1"
|
||||
@@ -125,7 +125,7 @@ export default function Header() {
|
||||
{t.header.contact.github}
|
||||
</a>
|
||||
<button
|
||||
onClick={() => handleCopy('https://github.com/rockliang', 'GitHub')}
|
||||
onClick={() => handleCopy('https://github.com/Riotpiaole', 'GitHub')}
|
||||
className="text-xs px-2 py-1 rounded bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-400 hover:bg-blue-100 dark:hover:bg-blue-900"
|
||||
>
|
||||
{copied === 'GitHub' ? '✓' : t.header.contact.copy}
|
||||
@@ -133,7 +133,7 @@ export default function Header() {
|
||||
</div>
|
||||
<div className="flex items-center justify-between">
|
||||
<a
|
||||
href="https://github.com/rockliang"
|
||||
href="https://forgejo.riotpiao.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-sm text-gray-700 dark:text-gray-300 hover:text-blue-600 dark:hover:text-blue-400 flex-1"
|
||||
@@ -141,7 +141,7 @@ export default function Header() {
|
||||
{t.header.contact.privateGithub}
|
||||
</a>
|
||||
<button
|
||||
onClick={() => handleCopy('https://github.com/rockliang', 'PrivateGithub')}
|
||||
onClick={() => handleCopy('https://forgejo.riotpiao.com', 'PrivateGithub')}
|
||||
className="text-xs px-2 py-1 rounded bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-400 hover:bg-blue-100 dark:hover:bg-blue-900"
|
||||
>
|
||||
{copied === 'PrivateGithub' ? '✓' : t.header.contact.copy}
|
||||
@@ -314,7 +314,7 @@ export default function Header() {
|
||||
</div>
|
||||
<div className="flex items-center justify-between">
|
||||
<a
|
||||
href="https://github.com/rockliang"
|
||||
href="https://github.com/Riotpiaole"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-sm text-gray-700 dark:text-gray-300 hover:text-blue-600 flex-1"
|
||||
@@ -322,7 +322,7 @@ export default function Header() {
|
||||
{t.header.contact.github}
|
||||
</a>
|
||||
<button
|
||||
onClick={() => handleCopy('https://github.com/rockliang', 'GitHub')}
|
||||
onClick={() => handleCopy('https://github.com/Riotpiaole', 'GitHub')}
|
||||
className="text-xs px-2 py-1 rounded bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-400 hover:bg-blue-100 dark:hover:bg-blue-900"
|
||||
>
|
||||
{copied === 'GitHub' ? '✓' : t.header.contact.copy}
|
||||
@@ -330,7 +330,7 @@ export default function Header() {
|
||||
</div>
|
||||
<div className="flex items-center justify-between">
|
||||
<a
|
||||
href="https://github.com/rockliang"
|
||||
href="https://forgejo.riotpiao.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-sm text-gray-700 dark:text-gray-300 hover:text-blue-600 flex-1"
|
||||
@@ -338,7 +338,7 @@ export default function Header() {
|
||||
{t.header.contact.privateGithub}
|
||||
</a>
|
||||
<button
|
||||
onClick={() => handleCopy('https://github.com/rockliang', 'PrivateGithub')}
|
||||
onClick={() => handleCopy('https://forgejo.riotpiao.com', 'PrivateGithub')}
|
||||
className="text-xs px-2 py-1 rounded bg-gray-100 dark:bg-gray-700 text-gray-600 dark:text-gray-400 hover:bg-blue-100 dark:hover:bg-blue-900"
|
||||
>
|
||||
{copied === 'PrivateGithub' ? '✓' : t.header.contact.copy}
|
||||
|
||||
Reference in New Issue
Block a user