diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index 3b21adf..c4da732 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -34,4 +34,4 @@ jobs:
with:
context: .
push: true
- tags: gitea.mrdev023.fr/mrdev023/portfolio:latest
\ No newline at end of file
+ tags: gitea.mrdev023.fr/florian.richer/portfolio:latest
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index 23e1dcc..94d9121 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ WORKDIR /app
COPY . .
# Build the app
-ENV CARGO_BUILD_JOBS=1
+ENV CARGO_BUILD_JOBS=2
RUN cargo leptos build --release -vv
FROM rustlang/rust:nightly-bullseye as runner
diff --git a/src/app/components/top_component.rs b/src/app/components/top_component.rs
index 5114cdf..5f1f63e 100644
--- a/src/app/components/top_component.rs
+++ b/src/app/components/top_component.rs
@@ -12,7 +12,7 @@ pub fn TopComponent() -> impl IntoView {
r#"