Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
uimaxbai committed Nov 13, 2023
1 parent 0c7c0fb commit 7e5da27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/routes/policies/privacy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@import '../policies';
</style>
<script lang="ts">
import PolicyNavbar from "../PolicyNavbar.svelte";
import Navbar from '../../Navbar.svelte';
</script>
<PolicyNavbar />
<Navbar />
<div class="content">
<h2 id="dispatchx-privacy-policy">Dispatchx Privacy Policy</h2>
<p>This piece of software is licensed under the Mozilla Public License 2.0, a version of which is kept in <code>LICENSE</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/policies/technical/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '../policies';
</style>
<script lang="ts">
import PolicyNavbar from "../PolicyNavbar.svelte";
import Navbar from '../../Navbar.svelte';
</script>
<PolicyNavbar />
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/policies/terms/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '../policies';
</style>
<script lang="ts">
import PolicyNavbar from "../PolicyNavbar.svelte";
import Navbar from '../../Navbar.svelte';
</script>
<PolicyNavbar />
<div class="content">
Expand Down

0 comments on commit 7e5da27

Please sign in to comment.