From 164a797c7368276d6f5a4ca39409f9b111980f6e Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Thu, 19 Oct 2023 12:54:06 +0200 Subject: [PATCH] chore: Removing old test --- source/php/Component/Typography/Typography.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php/Component/Typography/Typography.php b/source/php/Component/Typography/Typography.php index 49c32c1a..2b061562 100644 --- a/source/php/Component/Typography/Typography.php +++ b/source/php/Component/Typography/Typography.php @@ -30,7 +30,7 @@ public function init() { self::$hasSeenH1 = true; } } - $this->data['attributeList']['niclas-har-fel-om-denna-visas'] = ''; + //Variant $this->data['classList'][] = $this->getBaseClass() . "__variant--" . $variant; }