diff --git a/src/routes/_components/profile/AccountProfileFollow.html b/src/routes/_components/profile/AccountProfileFollow.html index f22fc4e5..99c91695 100644 --- a/src/routes/_components/profile/AccountProfileFollow.html +++ b/src/routes/_components/profile/AccountProfileFollow.html @@ -33,8 +33,6 @@ } diff --git a/src/routes/_static/animations.js b/src/routes/_static/animations.js index e1b6b1f1..30d4b693 100644 --- a/src/routes/_static/animations.js +++ b/src/routes/_static/animations.js @@ -28,10 +28,6 @@ export const FAVORITE_ANIMATION = [ export const REBLOG_ANIMATION = FAVORITE_ANIMATION -export const FOLLOW_BUTTON_ANIMATION = [ - growBigThenSmall -] - export const CHECKMARK_ANIMATION = [ fadeColorToPressedState ]