We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddfe90 commit d9a661bCopy full SHA for d9a661b
src/components/_biases/MobileView/MobileView.tsx
@@ -269,12 +269,12 @@ const MobileView: FC<MobileViewProps> = ({
269
blockLanguageSwitcher={blockLanguageSwitcher}
270
/>
271
</div>
272
- <div
273
- className={styles.MobileContent}
274
- onClick={() => setOpenOurProjects(true)}
275
- >
+ <div className={styles.MobileContent}>
276
<PageSwitcher page="uxcore" />
277
- <div className={styles.OurProjectsLabel}>
+ <div
+ className={styles.OurProjectsLabel}
+ onClick={() => setOpenOurProjects(true)}
+ >
278
<DiamondIcon />
279
<span> {ourProjects}</span>
280
0 commit comments