refactor: ♻️ Use new Versia branding everywhere

This commit is contained in:
Jesse Wierzbinski 2024-08-28 00:23:29 +02:00
parent b734d8ad67
commit cc54e95e92
No known key found for this signature in database
68 changed files with 147 additions and 154 deletions

View file

@ -45,7 +45,7 @@
</template>
<script lang="ts" setup>
import type { Instance, Status } from "@lysand-org/client/types";
import type { Instance, Status } from "@versia/client/types";
import { nanoid } from "nanoid";
import ButtonBase from "~/packages/ui/components/buttons/button.vue";
import { OverlayScrollbarsComponent } from "#imports";

View file

@ -10,7 +10,7 @@
</template>
<script lang="ts" setup>
import type { Emoji } from "@lysand-org/client/types";
import type { Emoji } from "@versia/client/types";
import { distance } from "fastest-levenshtein";
import Avatar from "../avatars/avatar.vue";
import AutocompleteSuggestbox from "./autocomplete-suggestbox.vue";

View file

@ -9,7 +9,7 @@
</template>
<script lang="ts" setup>
import type { Account } from "@lysand-org/client/types";
import type { Account } from "@versia/client/types";
import { distance } from "fastest-levenshtein";
import Avatar from "../avatars/avatar.vue";
import AutocompleteSuggestbox from "./autocomplete-suggestbox.vue";