We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856c104 commit 33befd4Copy full SHA for 33befd4
src/views/site/index.php
@@ -12,7 +12,7 @@
12
$this->params['noTitle'] = true;
13
14
?>
15
-<div class="site-index">
+<div class="container site-index">
16
<div style="text-align:center;margin:30px 0px 20px">
17
<div>
18
<img src="<?= $logoUrl ?>/composer.png" height="140px">
@@ -59,7 +59,7 @@
59
<div class="col-lg-4">
60
<h2>Why?</h2>
61
62
- <p>Got tired of <code><a href="https://github.com/francoispluchino/composer-asset-plugin">fxp/composer-asset-plugin</a></code>.
+ <p>Got tired of <code><a href="https://github.com/fxpio/composer-asset-plugin">fxp/composer-asset-plugin</a></code>.
63
</p>
64
<p>
65
It's a good project with nice idea and good implementation.
0 commit comments