Skip to content

Commit

Permalink
feat(website): add brian to ecosystem page (#14092)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jul 4, 2023
1 parent f4c6f84 commit f4ddef7
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 290 deletions.
8 changes: 8 additions & 0 deletions packages/website/components/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ const ecosystemData: EcosystemData[] = [
description: "Blockchain Explorer for inspecting and analyzing EVM Chains.",
filters: [],
},
{
icon: "/images/ecosystem/brian.png",
name: "Brian",
link: "https://www.brianknows.org",
description:
"Brian is a collection of AI models, trained on web3-related data, that allows everyone to learn and interact with the decentralized world by prompting.",
filters: [],
},
{
icon: "/images/ecosystem/taiko.svg",
name: "Bridge",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"next": "^13.4.7",
"next": "^13.4.8",
"next-themes": "^0.2.1",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
Expand All @@ -18,11 +18,11 @@
},
"devDependencies": {
"@heroicons/react": "^2.0.18",
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import "../styles.css";
import { Analytics } from "@vercel/analytics/react";
import localFont from "next/font/local";

const grotesk = localFont({
export const grotesk = localFont({
src: "../fonts/ClashGrotesk-Semibold.woff2",
display: "swap",
variable: "--font-grotesk",
});

const groteskmedium = localFont({
export const groteskmedium = localFont({
src: "../fonts/ClashGrotesk-Medium.woff2",
display: "swap",
variable: "--font-groteskmedium",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4ddef7

Please sign in to comment.