🔄 Rename all "twake" instances to "tdrive"

🔄 Rename all "twake" instances to "tdrive"
This commit is contained in:
Montassar Ghanmy
2023-04-10 14:12:00 +01:00
committed by GitHub
parent 88cba77421
commit d91a13e2cc
323 changed files with 1021 additions and 1023 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const Logo = (props: PropsType): React.ReactElement => {
<img
className="mx-auto w-auto"
src={`/public/img/logo/${size}x${size}.png`}
alt="Twake logo"
alt="Tdrive logo"
/>
</div>
);