Skip to content

Commit

Permalink
remove broken buttons, fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
tradersnow222 committed Aug 1, 2024
1 parent 6385d69 commit 9c8b669
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,6 @@ const config = {
},
],
},
{
"label": "Developer links",
"position": "right",
"items": [
{
label: 'Grants Program',
href: 'https://1inch.io/foundation-grant-program/',
},
{
label: 'Bug bounty',
href: 'https://airtable.com/shrddQOOkm3hOLuzd',
},
{
href: 'https://www.npmjs.com/search?q=%401inch',
label: 'NPM'
},
{
href: 'https://github.com/1inch',
label: 'GitHub'
}
]
}
]
},
typesense: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function DeveloperLink({image, title, description, link, button}) {
export default function HomepageDeveloperLinks() {
return (
<section>
<h2 className={styles.developerLinksTitle}>Developer links</h2>
<h2 className={styles.developerLinksTitle}></h2>
<div className={styles.developerLinksWrap}>
{
DeveloperList.map((props, idx) => (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import HomepagePreFooter from "../components/homepage-prefooter/HomepagePreFoote
function HomepageHeader() {
return (
<header className={styles.headerWrap}>
<h1 className={styles.mainTitle}>Documentation Portal</h1>
<h1 className={styles.mainTitle}>1inch DAO Governance & Community</h1>
</header>
);
}
Expand Down

0 comments on commit 9c8b669

Please sign in to comment.