Skip to content

Commit

Permalink
[TASK] Add a space between star-icon and "go enterprise"
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Nov 8, 2024
1 parent 4404a00 commit fb26e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Backend/Buttons/NavigationGroupButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function appendCommunity(string $content): string
$content .= '</a></div>';
$content .= '<a href="https://www.in2code.de/produkte/lux-typo3-marketing-automation/?utm_campaign=LUX+Community+Version&utm_id=llcv&utm_source=typo3&utm_medium=browser&utm_content=go+enterprise" class="lux_poweredby" style="color:currentColor !important; font-weight:bold; right:85px; position:absolute;" target="_blank" rel="noopener">';
$content .= $icon->render();
$content .= 'Go enterprise</a>';
$content .= ' Go enterprise</a>';
return $content;
}

Expand Down

0 comments on commit fb26e97

Please sign in to comment.