Skip to content

Commit

Permalink
fix: Fix corner logo transparency (#48)
Browse files Browse the repository at this point in the history
Fix corner logo lack of transparency.

Also use a more standard format (PNG - which also supports transparency
to begin with), and a better name (follow `-` name convention).


![image](https://github.com/flame-engine/flame-engine-site/assets/882703/013d3f66-a324-4775-b482-ede25eb339cc)
  • Loading branch information
luanpotter authored Nov 9, 2023
1 parent a3a6cee commit 36abf15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="h-16 md:h-32 flex items-center justify-between">
<div class="flex-initial items-center collapse md:visible">
<a href="/">
<img src="assets/images/cornerlogo.jpg"/>
<img src="assets/images/corner-logo.png" />
</a>
</div>
<div class="flex flex-wrap items-center justify-center justify-items-center text-text font-extrabold space-x-8">
Expand Down
Binary file added assets/images/corner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/cornerlogo.jpg
Binary file not shown.

0 comments on commit 36abf15

Please sign in to comment.