summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/index.php4
-rw-r--r--site/logo/logo-small.pngbin1378 -> 0 bytes
-rw-r--r--site/logo/logo.pngbin2441 -> 1378 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php
index 602ab57..72ab92d 100644
--- a/site/index.php
+++ b/site/index.php
@@ -34,7 +34,7 @@
<div>
<p>
- <img src="logo/logo-small.png" alt="" />
+ <img src="logo/logo.png" alt="" />
</p>
<h1><?php echo gettext("Libreboot project"); ?></h1>
<p>
@@ -44,7 +44,7 @@
</p>
<ul>
<li><a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a></li>
- <li><a href="download/#git"><?php echo gettext("How to send patches"); ?></a></li>
+ <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li>
<li><a href="docs/tasks.html"><?php echo gettext("Tasks"); ?></a></li>
<li><a href="download/#mirror"><?php echo gettext("Mirroring libreboot"); ?></a></li>
</ul>
diff --git a/site/logo/logo-small.png b/site/logo/logo-small.png
deleted file mode 100644
index d2f9e66..0000000
--- a/site/logo/logo-small.png
+++ /dev/null
Binary files differ
diff --git a/site/logo/logo.png b/site/logo/logo.png
index ac753b9..d2f9e66 100644
--- a/site/logo/logo.png
+++ b/site/logo/logo.png
Binary files differ