Skip to content

Commit

Permalink
feat(projects): move GitHub ref to new paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
nisavid committed May 31, 2024
1 parent 5e26a1e commit 9c636bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

5 changes: 0 additions & 5 deletions functions/tsconfig.dev.json

This file was deleted.

5 changes: 4 additions & 1 deletion src/Page/Projects.elm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ view =
, text " for web hosting and "
, a [ rel "external", href "https://firebase.google.com/docs/functions" ]
[ text "Cloud Functions" ]
, text " for serverless backend functionality. The source code is available "
, text " for serverless backend functionality."
]
, p []
[ text "The source code is available "
, a [ rel "external", href "https://github.com/nisavid/nisavid.io" ]
[ text "on GitHub" ]
, text "."
Expand Down

0 comments on commit 9c636bd

Please sign in to comment.