Skip to content

Commit 1199c1c

Browse files
committed
Fix buttons
1 parent fcb3c1d commit 1199c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/Welcome.phtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ require('./header.inc.phtml'); ?>
2626
<p>Help our community and documentation grow! Receive recognition for your work on our <a href="<?=Common::relativeUrlToAbsolute('/credits')?>">contributors</a> page!</p>
2727
<hr/>
2828
<div class="row"><div class="col">
29-
<a class="btn btn-info m-1" href="<?=Common::relativeUrlToAbsolute('/news')?>">Read News</a>
29+
<a class="btn btn-primary m-1" href="<?=Common::relativeUrlToAbsolute('/news')?>">Read News</a>
3030
<a class="btn btn-primary m-1" href="<?=Common::relativeUrlToAbsolute('/document/index')?>">View Documents</a>
3131
<a class="btn btn-primary m-1" href="<?=Common::relativeUrlToAbsolute('/packet/index')?>">View Packets</a>
32-
<a class="btn btn-primary m-1" href="<?=Common::relativeUrlToAbsolute('/servers')?>">View Servers</a>
32+
<a class="btn btn-success m-1" href="<?=Common::relativeUrlToAbsolute('/servers')?>">View Servers</a>
3333
</div></div>
3434
</div>
3535
<?php require('./footer.inc.phtml'); ?>

0 commit comments

Comments
 (0)