Skip to content

Commit 5834f5a

Browse files
committed
remove construction flag
1 parent ebb0eee commit 5834f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/projects.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const projects = [
2828
"name": "FindMyFourteener 🗻",
2929
"description": " Do you live in Denver and need to hike a 14'er? This is the site for you!",
3030
"uses":["react"],
31-
"link": "https://www.findmyfourteener.com/",
31+
"link": "https://findmyfourteener.com/",
3232
"github":"https://github.com/jbrennan414/findmyfourteener",
33-
"under_construction": true
33+
"under_construction": false
3434
},
3535
{
3636
"name": "CurrenSee 💶",

0 commit comments

Comments
 (0)