Skip to content

Commit eb2cc83

Browse files
committed
Remove logo
1 parent 3cd1f21 commit eb2cc83

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Dev
44

5+
-- Remove logo
6+
57
## v0.1.1 (2024-12-31)
68

79
- Add logo

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Ion
22

3-
<img src="https://raw.githubusercontent.com/sabiwara/ion/main/images/logo_large.png" width="80" height="80" align="right" alt="Ion">
4-
53
[![Hex Version](https://img.shields.io/hexpm/v/ion.svg)](https://hex.pm/packages/ion)
64
[![docs](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/ion/)
75
[![CI](https://github.com/sabiwara/ion/workflows/CI/badge.svg)](https://github.com/sabiwara/ion/actions?query=workflow%3ACI)

images/logo_large.png

-33.3 KB
Binary file not shown.

images/logo_small.png

-18.7 KB
Binary file not shown.

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule Ion.MixProject do
4343
maintainers: ["sabiwara"],
4444
licenses: ["MIT"],
4545
links: %{"GitHub" => @github_url},
46-
files: ~w(lib mix.exs README.md LICENSE.md CHANGELOG.md images/logo_small.png)
46+
files: ~w(lib mix.exs README.md LICENSE.md CHANGELOG.md)
4747
]
4848
end
4949

@@ -69,7 +69,6 @@ defmodule Ion.MixProject do
6969
defp docs do
7070
[
7171
main: "Ion",
72-
logo: "images/logo_small.png",
7372
source_ref: "v#{@version}",
7473
source_url: @github_url,
7574
homepage_url: @github_url,

0 commit comments

Comments
 (0)