Skip to content

Commit 31e8fc9

Browse files
committed
feat(projects): move GitHub ref to new paragraph
1 parent 5e26a1e commit 31e8fc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Page/Projects.elm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ view =
5252
, text " for web hosting and "
5353
, a [ rel "external", href "https://firebase.google.com/docs/functions" ]
5454
[ text "Cloud Functions" ]
55-
, text " for serverless backend functionality. The source code is available "
55+
, text " for serverless backend functionality."
56+
]
57+
, p []
58+
[ text "The source code is available "
5659
, a [ rel "external", href "https://github.com/nisavid/nisavid.io" ]
5760
[ text "on GitHub" ]
5861
, text "."

0 commit comments

Comments
 (0)