Remove tmp modifications

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-17 18:04:55 +02:00
parent 7aaaac3af8
commit 579a382947
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export default function TrackerPatternDetailPage({
const pattern = data.node;
return (
<div className="space-y-6" data-theme="v2">
<div className="space-y-6">
<Breadcrumb
items={[
{

View File

@@ -60,7 +60,7 @@ export function TrackerPatternPropertiesSection({
const typeBadge = getTrackerTypeBadge(pattern.trackerType, __);
return (
<Card padded className="bg-amber-4">
<Card padded>
<PropertyRow label={__("Pattern")}>
<span className="font-mono text-sm">{pattern.pattern}</span>
</PropertyRow>