Skip to content

Commit

Permalink
Merge pull request #888 from CliMA/tr/fix-logo-i
Browse files Browse the repository at this point in the history
Tr/fix logo i
  • Loading branch information
Sbozzolo authored Oct 25, 2024
2 parents 87879a4 + affa4bb commit e71238f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="logo-white.svg">
<source media="(prefers-color-scheme: light)" srcset="logo.svg">
<img alt="Shows the logo of ClimaLand, with a water drop and three leaves" src="logo.svg">
</picture>
<h1 align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="logo-white.svg">
<source media="(prefers-color-scheme: light)" srcset="logo.svg">
<img alt="Shows the logo of ClimaLand, with a water drop and three leaves" src="logo.svg" width="500">
</picture>
</h1>
<p align="center">
<strong>Create and run land models in integrated (multi-
component) or standalone (single component) modes. </strong>
Expand Down
8 changes: 1 addition & 7 deletions logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e71238f

Please sign in to comment.