Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MainFooter.tsx #484

Open
wants to merge 3 commits into
base: settling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/bibliotheca-dao/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const nextConfig = {
},

experimental: {
legacyBrowsers: false,
// React 18 server components
// @link https://nextjs.org/docs/advanced-features/react-18/server-components
// @link https://nextjs.org/docs/advanced-features/output-file-tracing#caveats
Expand Down
2 changes: 1 addition & 1 deletion apps/bibliotheca-dao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"heroicons": "^2.0.14",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.9",
"next": "13.1.6",
"next": "^14.0.3",
"next-auth": "^4.19.0",
"next-seo": "5.15.0",
"picocolors": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/bibliotheca-dao/src/components/layout/MainFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { links } from '@/data/Projects';

const footerLinkStyles = 'hover:font-semibold';

const footerHREFStyles = 'hover:border-b-4 border-gray-900/10 ';
const footerHREFStyles = 'hover:border-b-4 border-gray-900/10';

export const MainFooter = () => {
const daoLink: any = [
Expand Down
Loading