Skip to content

Commit

Permalink
[v0.1.1] Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksroga committed Aug 28, 2024
1 parent 7cf7e2d commit 6b283bf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions public/assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Core/Twig/AppExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ public function getCaptchaSiteKey(): ?string

public function getAppVersion(): string
{
return '0.1.0 ALPHA';
return '0.1.1';
}
}
2 changes: 1 addition & 1 deletion templates/registration/register.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}{{ 'pteroca.register.title'|trans }}{% endblock %}

{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('/bundles/easyadmin/app.fa78b25b.css', constant('EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage::PACKAGE_NAME')) }}">
<link rel="stylesheet" href="{{ asset('/assets/css/app.css') }}">
<link rel="stylesheet" href="/assets/css/panel.css">
<style>
body {
Expand Down

0 comments on commit 6b283bf

Please sign in to comment.