Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit cb2df43

Browse files
committed
Fixed logo in Readme
1 parent 167af90 commit cb2df43

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
- name: Publish
7171
run: npm publish
7272
env:
73-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
73+
NODE_AUTH_TOKEN: ${{secrets.GH_PAT}}

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
77
**Table of Contents**
88

99
- [[Unreleased]](#unreleased)
10+
- [[1.4.3] - (2020-12-18)](#143---2020-12-18)
11+
- [Fixed](#fixed)
1012
- [[1.4.2] - (2020-12-18)](#142---2020-12-18)
1113
- [Changed](#changed)
1214
- [[v1.4.1] - (2020-12-03)](#v141---2020-12-03)
1315
- [Added](#added)
14-
- [Fixed](#fixed)
16+
- [Fixed](#fixed-1)
1517
- [[v1.4.0] - (2020-12-03)](#v140---2020-12-03)
1618
- [Added](#added-1)
1719
- [[v1.3.2] - (2020-12-02)](#v132---2020-12-02)
@@ -24,9 +26,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
2426
- [[v1.2.3] - (2020-11-26)](#v123---2020-11-26)
2527
- [Removed](#removed)
2628
- [[v1.2.2] - (2020-11-26)](#v122---2020-11-26)
27-
- [Fixed](#fixed-1)
28-
- [[v1.2.1] - (2020-11-26)](#v121---2020-11-26)
2929
- [Fixed](#fixed-2)
30+
- [[v1.2.1] - (2020-11-26)](#v121---2020-11-26)
31+
- [Fixed](#fixed-3)
3032
- [[v1.2.0] - (2020-11-26)](#v120---2020-11-26)
3133
- [Added](#added-5)
3234
- [Changed](#changed-1)
@@ -37,13 +39,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
3739
- [Changed](#changed-3)
3840
- [[1.0.1] - (2020-11-23)](#101---2020-11-23)
3941
- [Added](#added-7)
40-
- [Fixed](#fixed-3)
42+
- [Fixed](#fixed-4)
4143
- [[1.0.0] - (2020-11-23)](#100---2020-11-23)
4244

4345
## [Unreleased]
4446

4547
---
4648

49+
## [1.4.3] - (2020-12-18)
50+
51+
### Fixed
52+
53+
- Logo in Readme
54+
55+
---
56+
4757
## [1.4.2] - (2020-12-18)
4858

4959
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<br>
22
<p align="center">
3-
<a href="https://github.com/YashTotale/react-hash-scroll/blob/main/static/icon.png"><img src="https://raw.githubusercontent.com/YashTotale/react-hash-scroll/cc2728f850fb8332a9ba22717faf70e1e74a30a6/static/icon.png" alt="React Hash Scroll" width="200"></a>
3+
<a href="https://github.com/YashTotale/react-hash-scroll/blob/main/static/icon.png"><img src="https://raw.githubusercontent.com/YashTotale/react-hash-scroll/main/static/icon.png" alt="React Hash Scroll" width="200"></a>
44
<br>
55
<h2 align="center">
66
<a href="https://react-hash-scroll.web.app/">React Hash Scroll</a>

0 commit comments

Comments
 (0)