We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e26a1e commit 31e8fc9Copy full SHA for 31e8fc9
src/Page/Projects.elm
@@ -52,7 +52,10 @@ view =
52
, text " for web hosting and "
53
, a [ rel "external", href "https://firebase.google.com/docs/functions" ]
54
[ text "Cloud Functions" ]
55
- , text " for serverless backend functionality. The source code is available "
+ , text " for serverless backend functionality."
56
+ ]
57
+ , p []
58
+ [ text "The source code is available "
59
, a [ rel "external", href "https://github.com/nisavid/nisavid.io" ]
60
[ text "on GitHub" ]
61
, text "."
0 commit comments