mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-13 21:15:22 -05:00
Hide Salmon Run gear from Twitter screenshots
I don't really like the way it looks in the Twitter posts.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<div class="columns is-gapless">
|
||||
<div class="column is-4 salmon-run-ad-img">
|
||||
<template v-if="coop && coop.reward_gear">
|
||||
<template v-if="!screenshotMode && coop && coop.reward_gear">
|
||||
<div class="salmon-run-gear-text">
|
||||
This month's gear
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user