Skip to content

Commit 590a0c6

Browse files
committed
feat: metadata
1 parent a15d371 commit 590a0c6

File tree

18 files changed

+72
-12
lines changed

18 files changed

+72
-12
lines changed

public/futarchy-kleros.png

400 KB
Loading

public/futarchy_kleros.png

-68.5 KB
Binary file not shown.
25 KB
Loading
64.4 KB
Loading

src/app/(homepage)/components/AdvancedSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AdvancedSection: React.FC = () => {
2525
tokens in Seer. 
2626
<Link
2727
href={
28-
"https://app.seer.pm/markets/100/ierr-which-day-will-be-evaluated-by-the-gourmet-committee/?outcome=Tuesday+28+July"
28+
"https://app.seer.pm/markets/100/which-movies-will-clement-watch-as-part-of-the-distilled-clements-judgement-expe-2"
2929
}
3030
target="_blank"
3131
rel="noreferrer noopener"

src/app/(homepage)/components/Chart/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Chart: React.FC<{ data: IChartData[] }> = ({ data }) => {
8181
const latestTimestamp = Date.now() / 1000;
8282

8383
// Generate common timestamps for all markets
84-
const timestamps = getTimestamps(1754407213, latestTimestamp);
84+
const timestamps = getTimestamps(1751328000, latestTimestamp);
8585

8686
const seriesData: Record<
8787
string,

src/app/(homepage)/components/Header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Header: React.FC = () => {
1212
return (
1313
<div className="flex flex-col items-start gap-4">
1414
<h1 className="text-klerosUIComponentsPrimaryText text-2xl font-semibold">
15-
Session 1 - Retro PGF Experiment
15+
Session 1 - Movies Experiment
1616
</h1>
1717
<div className="flex flex-wrap gap-4">
1818
<div className="flex items-center gap-2">
@@ -41,7 +41,7 @@ const Header: React.FC = () => {
4141
<div className="flex size-full flex-wrap items-center gap-6 px-6 py-3.75">
4242
<SeerLogo />
4343
<p className="text-klerosUIComponentsPrimaryText text-base">
44-
If rated, what score would the gourmet committee give to the meal?
44+
If watched, what score will Clément give to the movie?
4545
</p>
4646
</div>
4747
</div>

src/app/apple-icon.png

-29.4 KB
Loading

src/app/favicon.ico

-320 Bytes
Binary file not shown.

src/app/icon.png

-48.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)