diff --git a/air.toml b/.air.toml similarity index 100% rename from air.toml rename to .air.toml diff --git a/.gitignore b/.gitignore index f03090d..b971e38 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,7 @@ components/*.go data/ # Ignore the tmp directory -tmp/ \ No newline at end of file +tmp/ + +# Ignore the configs directory +configs/ \ No newline at end of file diff --git a/components/jobs.templ b/components/jobs.templ index aa9901f..7875f76 100644 --- a/components/jobs.templ +++ b/components/jobs.templ @@ -68,6 +68,13 @@ templ Jobs(ctx context.Context, data JobsData) { }