Skip to content

Commit

Permalink
Update to a new 220 build and fix Quicksand
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Mar 8, 2024
1 parent 18b6d80 commit 3fe4af4
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Binary file removed Fonts/ttf/Quicksand/Quicksand-Bold.ttf
Binary file not shown.
Binary file removed Fonts/ttf/Quicksand/Quicksand-Medium.ttf
Binary file not shown.
Binary file removed Fonts/ttf/Quicksand/Quicksand-Regular.ttf
Binary file not shown.
Binary file removed Fonts/ttf/Quicksand/Quicksand-SemiBold.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-400-normal.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-400-normalitalic.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-500-medium.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-600-semibold.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-700-bold.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-700-bolditalic.ttf
Binary file not shown.
Binary file added Fonts/ttf/Quicksand/ggsans-800-extrabold.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ class States extends Colors {
}
class Constants {
}
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56071.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56302.ipa";
export { Shell, Colors, Divider, States, Constants };
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class States extends Colors {
}

class Constants {
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56071.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56302.ipa";
}

export { Shell, Colors, Divider, States, Constants };
Expand Down

0 comments on commit 3fe4af4

Please sign in to comment.