Skip to content

Commit 51369ae

Browse files
authored
Merge pull request #142 from recodehive/copilot/fix-33
Implement Dashboard with Leaderboard Design
2 parents c8a6304 + a3e2165 commit 51369ae

File tree

4 files changed

+798
-1
lines changed

4 files changed

+798
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ yarn-error.log*
2222
.env
2323
.cursorrule
2424

25-
package-lock.json
25+
package-lock.json
26+
27+
# Temporary files
28+
/tmp/

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ const config: Config = {
132132
html: '<span class="nav-emoji">🌍</span> Showcase',
133133
position: "left",
134134
},
135+
{
136+
to: "/dashboard",
137+
html: '<span class="nav-emoji">📊</span> Dashboard',
138+
position: "left",
139+
},
135140
{
136141
to: "/our-sponsors/",
137142
html: '<span class="nav-emoji">💰</span> Donate',

0 commit comments

Comments
 (0)