Skip to content

Commit af0f338

Browse files
committed
tidy #89 Fix logo on README.md files (Kocal)
This PR was merged into the main branch. Discussion ---------- Fix logo on README.md files | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update CHANGELOG.md file --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and CHANGELOG.md files --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- bfaa586 Fix logo on README.md files
2 parents cd85bf9 + bfaa586 commit af0f338

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</a></p>
44

55
<h3 align="center">
6-
<img src="doc/symfony-reprise.svg" alt="Symfony Reprise" height="32" align="center"> Symfony Reprise: Webpack Encore's heritage, for modern bundlers
6+
<img src="doc/symfony-reprise.svg" alt="Symfony Reprise" height="48" align="center" valign="middle"> Symfony Reprise: Webpack Encore's heritage, for modern bundlers
77
</h3>
88

99
<p align="center">

assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</a></p>
44

55
<h3 align="center">
6-
<img src="https://raw.githubusercontent.com/symfony/reprise/main/doc/symfony-reprise.svg" alt="Symfony Reprise" height="32" align="center"> Symfony Reprise: Webpack Encore's heritage, for modern bundlers
6+
<img src="https://raw.githubusercontent.com/symfony/reprise/main/doc/symfony-reprise.svg" alt="Symfony Reprise" height="48" align="center" valign="middle"> Symfony Reprise: Webpack Encore's heritage, for modern bundlers
77
</h3>
88

99
<p align="center">

0 commit comments

Comments
 (0)