Skip to content

Commit 035a62d

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3986a73 commit 035a62d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Filament/Widgets/CmsVersionInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ public function upgradeAction(): Action
4848
->color('primary');
4949
}
5050

51-
5251
public function getVersionDisplayText()
5352
{
5453
$pluginVersion = inspirecms()->version();
55-
if (is_string($pluginVersion) && !str_contains($pluginVersion, 'dev')) {
54+
if (is_string($pluginVersion) && ! str_contains($pluginVersion, 'dev')) {
5655
$pluginVersion = 'v' . $pluginVersion;
5756
}
5857
$licenseTier = app(LicenseManager::class)->getLicenseTier();
5958
if ($licenseTier && filled($licenseTier)) {
6059
$licenseTier = ucfirst($licenseTier);
6160
}
61+
6262
return implode(' ', [
6363
$licenseTier,
6464
$pluginVersion,

0 commit comments

Comments
 (0)