This commit is contained in:
sasha-astiadi 2024-10-08 14:08:51 +02:00
parent 4cf78f4f17
commit 47e1ef47c6
20 changed files with 9 additions and 5 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.

Binary file not shown.

View File

@ -2,7 +2,7 @@
"/_not-found/page": "app/_not-found/page.js", "/_not-found/page": "app/_not-found/page.js",
"/community/page": "app/community/page.js", "/community/page": "app/community/page.js",
"/about/page": "app/about/page.js", "/about/page": "app/about/page.js",
"/events/page": "app/events/page.js",
"/(main)/page": "app/(main)/page.js", "/(main)/page": "app/(main)/page.js",
"/events/page": "app/events/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js" "/events/blockchainweek1/page": "app/events/blockchainweek1/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 = () => ("8a7555a893af4987") /******/ __webpack_require__.h = () => ("26338c8a3935eaea")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -9,8 +9,9 @@ const navigation = {
{ name: 'OurVerse App', href: '#' }, { name: 'OurVerse App', href: '#' },
], ],
support: [ support: [
{ name: 'Customer Care', href: 'mailto:info@ourworld.tf' }, { name: 'Support', href: 'mailto:info@ourworld.tf' },
{ name: 'Community', href: '/community.html' }, { name: 'Community', href: '/community.html' },
{ name: 'Events', href: '/events.html' },
], ],
partners: [ partners: [
{ name: 'OurWorld', href: 'https://ourworld.tf' }, { name: 'OurWorld', href: 'https://ourworld.tf' },
@ -129,7 +130,7 @@ export default function Footer2() {
</ul> </ul>
</div> </div>
<div className="mt-10 md:mt-0"> <div className="mt-10 md:mt-0">
<h3 className="text-sm font-semibold leading-6 text-purple-900">Support</h3> <h3 className="text-sm font-semibold leading-6 text-purple-900">Community</h3>
<ul role="list" className="mt-6 space-y-4"> <ul role="list" className="mt-6 space-y-4">
{navigation.support.map((item) => ( {navigation.support.map((item) => (
<li key={item.name}> <li key={item.name}>