diff options
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/button-markup.component.html')
-rw-r--r-- | client/src/app/shared/shared-custom-markup/button-markup.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-custom-markup/button-markup.component.html b/client/src/app/shared/shared-custom-markup/button-markup.component.html deleted file mode 100644 index 619bb9d8c..000000000 --- a/client/src/app/shared/shared-custom-markup/button-markup.component.html +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | <a [href]="href" [ngClass]="getClasses()" [target]="getTarget()">{{ label }}</a> | ||