Skip to content

Commit

Permalink
docs(README): add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylo21 committed Aug 3, 2019
1 parent 494f64b commit 433f112
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div align="center">
<!-- Commitizen -->
<table>
<tr>
<td><div align="center"><img src="./TermyLogo.png" width="230px"/></div></td>
</tr>
<tr>
<td> <!-- Commitizen -->
<a href="http://commitizen.github.io/cz-cli/v" title="Commitizen">
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"/>
</a>
Expand All @@ -17,8 +21,9 @@
<!-- Travis -->
<a href='https://travis-ci.com/ctaylo21/termy-the-terminal/'>
<img src='https://travis-ci.com/ctaylo21/termy-the-terminal.svg?branch=master' alt='Build Status' />
</a>
</div>
</a></td>
</tr>
</table>

# Termy the Terminal

Expand Down
Binary file added TermyLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25385,8 +25385,8 @@
var normalizedPath = targetPath.startsWith('/')
? targetPath
: currentPath === '/'
? "/" + targetPath
: currentPath + "/" + targetPath;
? "/" + targetPath // eslint-disable-line indent
: currentPath + "/" + targetPath; // eslint-disable-line indent
return convertPathToInternalFormat(handleDotDotInPath(stripFileExtension(normalizedPath)));
}

Expand Down

0 comments on commit 433f112

Please sign in to comment.