mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
remove select from grid carousel titles
This commit is contained in:
@@ -125,7 +125,7 @@ export function GridCarousel(props: GridCarouselProps) {
|
|||||||
<>
|
<>
|
||||||
<div className={styles.navigation}>
|
<div className={styles.navigation}>
|
||||||
{typeof title === 'string' ? (
|
{typeof title === 'string' ? (
|
||||||
<TextTitle fw={700} order={3}>
|
<TextTitle fw={700} isNoSelect order={3}>
|
||||||
{title}
|
{title}
|
||||||
</TextTitle>
|
</TextTitle>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user