This commit is contained in:
sasha-astiadi 2024-10-08 14:23:59 +02:00
parent 43e0d29f35
commit 60c2bb01d5
5 changed files with 8 additions and 4 deletions

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",
"/(main)/page": "app/(main)/page.js",
"/events/page": "app/events/page.js", "/events/page": "app/events/page.js",
"/(main)/page": "app/(main)/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 = () => ("26338c8a3935eaea") /******/ __webpack_require__.h = () => ("d4bd76009be25590")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -144,7 +144,7 @@ export default function Footer2() {
</div> </div>
<div className="md:grid md:grid-cols-2 md:gap-8"> <div className="md:grid md:grid-cols-2 md:gap-8">
<div> <div>
<h3 className="text-sm font-semibold leading-6 text-purple-900">Company</h3> <h3 className="text-sm font-semibold leading-6 text-purple-900">Partners</h3>
<ul role="list" className="mt-6 space-y-4"> <ul role="list" className="mt-6 space-y-4">
{navigation.partners.map((item) => ( {navigation.partners.map((item) => (
<li key={item.name}> <li key={item.name}>