feat(ui): view challenge source link (#66305)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Anna
2026-05-02 11:28:18 -04:00
committed by GitHub
parent 791fdec328
commit 482de9f187
12 changed files with 102 additions and 4 deletions
+1
View File
@@ -2,3 +2,4 @@ export const MAX_MOBILE_WIDTH = 767;
export const EX_SMALL_VIEWPORT_HEIGHT = 300;
export const TOOL_PANEL_HEIGHT = 37;
export const SEARCH_EXPOSED_WIDTH = 980;
export const GITHUB_LOCATION = 'https://github.com/freeCodeCamp';