mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +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}>
|
||||
{typeof title === 'string' ? (
|
||||
<TextTitle fw={700} order={3}>
|
||||
<TextTitle fw={700} isNoSelect order={3}>
|
||||
{title}
|
||||
</TextTitle>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user