diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index cff567e..0000000 --- a/.eslintignore +++ /dev/null @@ -1,7 +0,0 @@ -!.prettierrc -**/pnpm-lock.yaml -.git/ -.parcel-cache/ -dist/ -elm-stuff/ -pnpm-lock.yaml diff --git a/functions/tsconfig.dev.json b/functions/tsconfig.dev.json deleted file mode 100644 index 2e17fb3..0000000 --- a/functions/tsconfig.dev.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "include": [ - ".eslintrc.cjs" - ] -} diff --git a/src/Page/Projects.elm b/src/Page/Projects.elm index 128a5a3..c9b6bd5 100644 --- a/src/Page/Projects.elm +++ b/src/Page/Projects.elm @@ -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 "."