diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts
index 3fb9e53..467203d 100644
--- a/src/app/app.component.spec.ts
+++ b/src/app/app.component.spec.ts
@@ -25,7 +25,7 @@ describe('AppComponent', () => {
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain(
- 'Hello, jklink',
+ 'Hello, jklink'
);
});
});
diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts
index c9976fa..9168254 100644
--- a/src/app/app.routes.ts
+++ b/src/app/app.routes.ts
@@ -21,7 +21,7 @@ export const routes: Routes = [
canActivate: [AuthGuard],
},
{
- path: ':link',
+ path: ':slug',
component: ViewLinkComponent,
},
{
diff --git a/src/app/confirmation-modal/confirmation-modal.component.html b/src/app/confirmation-modal/confirmation-modal.component.html
index 13635d0..ed62bbc 100644
--- a/src/app/confirmation-modal/confirmation-modal.component.html
+++ b/src/app/confirmation-modal/confirmation-modal.component.html
@@ -1,6 +1,14 @@
{{ data.title }}
{{ data.description }}
-
+
diff --git a/src/app/create-link/create-link.component.html b/src/app/create-link/create-link.component.html
index 304eb92..5fc49cc 100644
--- a/src/app/create-link/create-link.component.html
+++ b/src/app/create-link/create-link.component.html
@@ -1,6 +1,13 @@
-