admin theme to ms

This commit is contained in:
2024-12-23 14:16:00 +03:00
parent 483fe35561
commit 219ca30608
11 changed files with 206 additions and 37 deletions

View File

@ -8,7 +8,7 @@ class PrimaryBtn
public function __construct(string $title, string $url, $width)
{
$this->btn = "<a class='btn btn-primary' href='$url' style='margin: 3px; width: '$width >$title</a>";
$this->btn = "<a class='btn btn-primary' href='$url' style='margin: 3px; width: $width;' >$title</a>";
}
public function fetch(): string