Skip to content

Commit

Permalink
docs: logo dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 15, 2022
1 parent 19acf0e commit 9518722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added mocktail-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Mocktail

![](./mocktail.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./mocktail-dark.png">
<source media="(prefers-color-scheme: light)" srcset="./mocktail.png">
<img alt="Mocktail logo" src="./mocktail.png">
</picture>


Naive code generator that create mock implementation using `testify.mock`.

Expand Down

0 comments on commit 9518722

Please sign in to comment.