diff options
author | Eric Bailey <git@esb.lol> | 2024-07-02 21:34:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 03:34:18 +0100 |
commit | 0598fc2faa813486851f01451818220302f2f97a (patch) | |
tree | 60e63270f0061f7b12443a11967c63c39db00245 /assets | |
parent | 6af78de9eeb3bda01db789f4644f0ff814b1b696 (diff) | |
download | voidsky-0598fc2faa813486851f01451818220302f2f97a.tar.zst |
[D1X] Add interstitials, component tweaks, placeholders (#4697)
* Add interstitials, component tweaks, placeholders * Tweak feed card styles * Port over same fix to ProfileCard * Add browse more link on desktop * Rm Gemfile * Update logContext * Update logContext * Add click metric to cards * Pass through props to ProfileCard.Link * 2-up grid for profile cards on desktop web * Add secondary_inverted button color * Use inverted button color * Adjust follow button layout * Update skeleton * Use round button * Translate
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/arrowRight_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/arrowRight_stroke2_corner0_rounded.svg b/assets/icons/arrowRight_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..dbbbbc2c1 --- /dev/null +++ b/assets/icons/arrowRight_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M21 12a1 1 0 0 1-.293.707l-6 6a1 1 0 0 1-1.414-1.414L17.586 13H4a1 1 0 1 1 0-2h13.586l-4.293-4.293a1 1 0 0 1 1.414-1.414l6 6A1 1 0 0 1 21 12Z" clip-rule="evenodd"/></svg> |