Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3406343
D3445.id10472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D3445.id10472.diff
View Options
diff --git a/server/images/android_screenshot.png b/server/images/android_screenshot.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/server/images/android_screenshot@2x.png b/server/images/android_screenshot@2x.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/server/images/ios_screenshot.png b/server/images/ios_screenshot.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/server/images/ios_screenshot@2x.png b/server/images/ios_screenshot@2x.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/web/splash/splash.css b/web/splash/splash.css
--- a/web/splash/splash.css
+++ b/web/splash/splash.css
@@ -62,11 +62,6 @@
font-weight: 300;
padding-top: 5px;
}
-div.devices {
- display: flex;
- justify-content: space-between;
- margin: 0 159px;
-}
div.bottomContainer {
z-index: 2;
position: relative;
diff --git a/web/splash/splash.react.js b/web/splash/splash.react.js
--- a/web/splash/splash.react.js
+++ b/web/splash/splash.react.js
@@ -113,20 +113,6 @@
We make it incredibly easy to plan events with your friends.
</p>
</div>
- <div className={css.devices}>
- <img
- src="images/ios_screenshot.png"
- srcSet="images/ios_screenshot@2x.png 526w"
- width={263}
- height={527}
- />
- <img
- src="images/android_screenshot.png"
- srcSet="images/android_screenshot@2x.png 570w"
- width={285}
- height={527}
- />
- </div>
</div>
</div>
</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 1:26 AM (13 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614215
Default Alt Text
D3445.id10472.diff (2 KB)
Attached To
Mode
D3445: [web] Remove `div.devices` and associated assets from `Splash` component
Attached
Detach File
Event Timeline
Log In to Comment