Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Feb 17, 2025
1 parent 516ef67 commit 51fb913
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
33 changes: 21 additions & 12 deletions curate.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"description": "AI and blockchain intersection",
"moderation": {
"approvers": {
"twitter": ["plugrel", "Cameron_Dennis_", "potlock_intern","dabit3"]
"twitter": ["plugrel", "Cameron_Dennis_", "potlock_intern", "dabit3"]
}
},
"outputs": {
Expand All @@ -242,7 +242,7 @@
"description": "AI updates",
"moderation": {
"approvers": {
"twitter": ["Cameron_Dennis_", "potlock_intern","plugrel"]
"twitter": ["Cameron_Dennis_", "potlock_intern", "plugrel"]
}
},
"outputs": {
Expand Down Expand Up @@ -343,7 +343,14 @@
"description": "Decentralized Science updates",
"moderation": {
"approvers": {
"twitter": ["JelaniC3", "jb87ua", "paulkhls", "0xDeSci", "potlock_intern", "DeSciWorld"]
"twitter": [
"JelaniC3",
"jb87ua",
"paulkhls",
"0xDeSci",
"potlock_intern",
"DeSciWorld"
]
}
},
"outputs": {
Expand Down Expand Up @@ -689,7 +696,13 @@
"description": "Updates around Stellar ecosystem, Soroban, & more",
"moderation": {
"approvers": {
"twitter": ["anke_g_liu", "kalepail", "DenelleDixon", "potlock_intern","plugrel"]
"twitter": [
"anke_g_liu",
"kalepail",
"DenelleDixon",
"potlock_intern",
"plugrel"
]
}
},
"outputs": {
Expand Down Expand Up @@ -742,17 +755,13 @@
}
}
},
{
{
"id": "icp",
"name": "ICP",
"description": "Updates around Internet Computer / Dfinity ecosystem",
"moderation": {
"approvers": {
"twitter": [
"ICPHUBS",
"potlock_intern",
"plugrel"
]
"twitter": ["ICPHUBS", "potlock_intern", "plugrel"]
}
},
"outputs": {
Expand Down Expand Up @@ -900,7 +909,7 @@
"EvSlatts",
"jessepollak",
"kunal_modi",
"potlock_intern",
"potlock_intern",
"plugrel"
]
}
Expand All @@ -917,7 +926,7 @@
"description": "News about Bitcoin, Bitcoin devs, scaling, integrations, adoptions.",
"moderation": {
"approvers": {
"twitter": ["Blaze0x1", "plugrel", "potlock_intern","aescobarindo"]
"twitter": ["Blaze0x1", "plugrel", "potlock_intern", "aescobarindo"]
}
},
"outputs": {
Expand Down
4 changes: 1 addition & 3 deletions landing-page/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ const FAQs = () => {
},
{
question: "Wen token?",
answer:
"Soon. TG for alpha",
answer: "Soon. TG for alpha",
},
{
question: "What is platforms are currently supported?",
Expand Down Expand Up @@ -1129,7 +1128,6 @@ export default function Home() {
</Link>
</div>


<div className="p-4 pb-8 md:p-8 md:border-r relative max-w-[300px] border-b border-neutral-500 mx-auto">
<div className="absolute right-0 bottom-0 opacity-20 backdrop-blur-md bg-white/50 rounded-full p-4">
<CalendarRange
Expand Down

0 comments on commit 51fb913

Please sign in to comment.