From b657b1ae2ba818432fa001b07ed40e04348bb011 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 18 Apr 2022 10:25:50 +0300 Subject: Adding Raw Link Copy feature #165 --- pug/widgets/instances.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pug/widgets') diff --git a/pug/widgets/instances.pug b/pug/widgets/instances.pug index 4f20d466..950bd46b 100644 --- a/pug/widgets/instances.pug +++ b/pug/widgets/instances.pug @@ -10,6 +10,6 @@ mixin instances(myPlaceholder) .some-block.option-block input.custom-instance(placeholder=myPlaceholder type="url") button.add.add-instance(type="submit") - svg(xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor") - path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z") + svg(xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor") + path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z") .checklist.custom-checklist \ No newline at end of file -- cgit 1.4.1