Skip to content

Commit

Permalink
Quick fix shit I've mobile, on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr authored Dec 25, 2024
1 parent 3c3eb7e commit b4c7337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/b/[buildId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import { armourMaxLevel, perkIcon, weaponMaxLevel } from "$lib/data/static-data.
import { finderDefaultData, finderPageDataSerialize } from "$lib/finder/initial";
import { t } from "$lib/i18n.svelte.js";
import { translatableString } from "$lib/utils/translatable-string.js";
import { phalanxWeapons } from "$lib/data/phalanx-weapons";
const { data } = $props();
Expand Down
1 change: 1 addition & 0 deletions src/routes/b/meta/[buildId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import WeaponPicker from "$lib/components/WeaponPicker.svelte";
import YoutubeEmbed from "$lib/components/YoutubeEmbed.svelte";
import { t } from "$lib/i18n.svelte.js";
import { translatableString } from "$lib/utils/translatable-string";
import { phalanxWeapons } from "$lib/data/phalanx-weapons";
const { data } = $props();
Expand Down

0 comments on commit b4c7337

Please sign in to comment.