Skip to content

Commit

Permalink
📝 Fix website description in loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Jul 6, 2021
1 parent 36b4481 commit 156972a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Loader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<template>
<div class="app-loader">
<div class="app-loader-boxes">
<p class="app-loader-description"><a href="/" use:link>DDPE</a> is a site that generates stats from your Discord Data Package. It is your device that processes the data, nothing is sent to any server!</p>
<p class="app-loader-description"><a href="/" use:link>DDPE</a> is a website that generates stats from your Discord Data Package. It is your device that processes the data, nothing is sent to any server!</p>
<p>
<a class="app-loader-tuto" href="/help" use:link>
<small class="app-loader-tag tag">1</small>
Expand Down Expand Up @@ -192,4 +192,4 @@
.app-demo {
padding-top: 1rem;
}
</style>
</style>

0 comments on commit 156972a

Please sign in to comment.