diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:07:24 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:07:24 (EDT) |
commit | 4ff8bfa5af71b1a93ec9946df48c0c55da064087 (patch) | |
tree | 868a6350ff6bb0ab87655285f740e132c8f048a9 /site/index.php | |
parent | 5ee1e102b9ba2474b048f98ca1cfe351544d9698 (diff) | |
download | libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.zip libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.tar.gz libreboot.org-4ff8bfa5af71b1a93ec9946df48c0c55da064087.tar.bz2 |
optimize logo
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index a6cf3d1..c5b2699 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ <div id="libreboot" class="section intro"> <p> - <img class="homepage_logo" src="logo/logo.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img class="homepage_logo" src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> |