fix(content): update images and review feedback
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 21s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Failing after 59s
Build & Deploy / 🧪 QA (push) Failing after 49s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-06-15 13:54:57 +02:00
parent 7a9d4d7f18
commit 6c9d2b6832
11 changed files with 30 additions and 28 deletions

View File

@@ -134,7 +134,7 @@ export function ReferencesSlider(props: ReferencesSliderProps) {
href={`/${locale}/referenzen/${ref.slug}`}
data-testid="reference-tile"
onClick={(e) => {
if (dragDistanceRef.current > 5) {
if (dragDistanceRef.current > 15) {
e.preventDefault();
}
}}