Skip to content

Commit 1911349

Browse files
committed
Add new icon
1 parent 93d0f50 commit 1911349

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a>
1+
<a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/sql-formatter-icon.png" width="64"/></a>
22

33
# SQL Formatter [![NPM version](https://img.shields.io/npm/v/sql-formatter.svg)](https://npmjs.com/package/sql-formatter) ![Build status](https://img.shields.io/github/actions/workflow/status/sql-formatter-org/sql-formatter/coveralls.yaml) [![Coverage Status](https://coveralls.io/repos/github/sql-formatter-org/sql-formatter/badge.svg?branch=master)](https://coveralls.io/github/sql-formatter-org/sql-formatter?branch=master)
44

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/>
1515
<meta property="og:url" content="https://sql-formatter-org.github.io/sql-formatter" />
1616

17-
<link rel="shortcut icon" href="./prettier-sql-clean.svg" />
17+
<link rel="shortcut icon" href="./sql-formatter-icon.png" />
1818

1919
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" />
2020

@@ -23,7 +23,7 @@
2323

2424
<body>
2525
<header>
26-
<img src="./prettier-sql-clean.svg" height="32" width="32" alt="logo" />
26+
<img src="./sql-formatter-icon.png" height="32" width="32" alt="logo" />
2727
<h1 class="title">SQL Formatter</h1>
2828

2929
<div class="buttons">

static/sql-formatter-icon.png

1.21 KB
Loading

0 commit comments

Comments
 (0)