mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Fix duplicate text (#1602)
* All the images done! * Add elements * add billboards and texts and update image import issue * Handle no api key in arcade pages * Fix text issue in mobile * fix image issue * Fix the floating billboard issue * Added redirect button and fixed image tearing * Updated images and added button links * Removed duplicate images * Using cdn for banners * Checking if vercel is updating * Fixed images on mobile app * Fixing images * Fixing tablet mode * Changed road text * Changed road text for tablet and phone * Changed button image * Added custom button and changed text * fixed button on mobile and updated billboard * Fix repeating phrase --------- Co-authored-by: MohitTiwariBytes <mohittiwaridev@gmail.com> Co-authored-by: Mohit Tiwari <166998099+MohitTiwariBytes@users.noreply.github.com>
This commit is contained in:
parent
53c73f23e7
commit
b1f44ded71
1 changed files with 0 additions and 9 deletions
|
|
@ -165,9 +165,6 @@ function DesktopMode({ billboardBottom }) {
|
|||
Get ready for an exciting opportunity to pitch your organization’s
|
||||
mission to a panel of HCB teen judges.
|
||||
</span>
|
||||
<span style={{ display: 'block', transform: 'scaleX(1.2)', transformOrigin: 'top center' }}>
|
||||
Win up to $1000 in funding to propel your mission out to sea!
|
||||
</span>
|
||||
</Text>
|
||||
</Box>
|
||||
<Box
|
||||
|
|
@ -460,9 +457,6 @@ function TabletMode() {
|
|||
Get ready for an exciting opportunity to pitch your organization’s
|
||||
mission to a panel of HCB teen judges.
|
||||
</span>
|
||||
<span style={{ display: 'block', transform: 'scaleX(1.2)', transformOrigin: 'top center' }}>
|
||||
Win up to $1000 in funding to propel your mission out to sea!
|
||||
</span>
|
||||
</Text>
|
||||
</Box>
|
||||
<Box
|
||||
|
|
@ -756,9 +750,6 @@ function MobileMode() {
|
|||
Get ready for an exciting opportunity to pitch your organization’s
|
||||
mission to a panel of HCB teen judges.
|
||||
</span>
|
||||
<span style={{ display: 'block', transform: 'scaleX(1.1)', transformOrigin: 'top center' }}>
|
||||
Win up to $1000 in funding to propel your mission out to sea!
|
||||
</span>
|
||||
</Text>
|
||||
</Box>
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue