edit button link

This commit is contained in:
sasha-astiadi 2024-10-10 17:22:15 +02:00
parent f102678e9f
commit 0407afaf5b
19 changed files with 8 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,6 @@
{ {
"/_not-found/page": "app/_not-found/page.js",
"/features/page": "app/features/page.js", "/features/page": "app/features/page.js",
"/about/page": "app/about/page.js", "/about/page": "app/about/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/usecases/page": "app/usecases/page.js", "/usecases/page": "app/usecases/page.js",
"/community/page": "app/community/page.js", "/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js" "/(main)/page": "app/(main)/page.js"

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("59685d0ade9a03f4") /******/ __webpack_require__.h = () => ("ac4391f5ab68e94e")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ export function Header() {
</a> </a>
))} ))}
</div> </div>
<Button href="#">Join OurVerse</Button> <Button href="https://portal.ourverse.tf" className="btn-dark" target="_blank" rel="noopener noreferrer">Join OurVerse</Button>
</div> </div>
<div className="lg:hidden flex items-center bg-gradient3"> <div className="lg:hidden flex items-center bg-gradient3">
<button <button
@ -73,7 +73,7 @@ export function Header() {
{item.name} {item.name}
</a> </a>
))} ))}
<Button href="#" className="mt-4 btn-dark"> <Button href="https://portal.ourverse.tf" className="mt-4 btn-dark px-4 py-2" target="_blank" rel="noopener noreferrer">
Join OurVerse Join OurVerse
</Button> </Button>
</div> </div>