File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export default function Dashboard() {
148
148
{ /* Leetcode calendar to show up here */ }
149
149
< div className = "lg:col-span-2" >
150
150
< LeetCodeCalendar username = "yashksaini"
151
- blockSize = { 12 } // Optional: Size of each block in pixels (default: 15)
151
+ blockSize = { 11 } // Optional: Size of each block in pixels (default: 15)
152
152
blockMargin = { 3 } // Optional: Margin between blocks in pixels (default: 5)
153
153
fontSize = { 11 } // Optional: Font size of the text within blocks (default: 16)
154
154
theme = { exampleTheme } // Optional: A custom theme object to style the calendar
@@ -168,7 +168,7 @@ export default function Dashboard() {
168
168
< div className = "space-y-2" >
169
169
{ recentSubmissions . map ( ( submission , idx ) => (
170
170
< Link
171
- href = { `/problems/${ submission . titleSlug } ` }
171
+ href = { `https://leetcode.com /problems/${ submission . titleSlug } ` }
172
172
key = { idx }
173
173
className = "flex items-center justify-between p-2 hover:bg-gray-50 rounded transition-colors group"
174
174
>
You can’t perform that action at this time.
0 commit comments