Skip to content

Commit

Permalink
update repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Jul 30, 2023
1 parent bc7f9e6 commit 8cecd47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Easy peer-to-peer file transfer.

<p align="center">
<a href="https://drop.lol/">
<img src="https://raw.githubusercontent.com/mat-sz/filedrop-web/master/filedrop.gif" alt="Screenshot">
<img src="https://raw.githubusercontent.com/mat-sz/filedrop/master/filedrop.gif" alt="Screenshot">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Footer: React.FC = () => {
</li>
<li>
<a
href="https://github.com/mat-sz/filedrop-web"
href="https://github.com/mat-sz/filedrop"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Header: React.FC = () => {
<FaInfoCircle />
</Link>
<a
href="https://github.com/mat-sz/filedrop-web"
href="https://github.com/mat-sz/filedrop"
target="_blank"
rel="noopener noreferrer"
title={t('sections.github')}
Expand Down
2 changes: 1 addition & 1 deletion web/src/screens/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const About: React.FC = () => {
</p>
<p>
{title} is open source!
<a href="https://github.com/mat-sz/filedrop-web">
<a href="https://github.com/mat-sz/filedrop">
The code is available on GitHub.
</a>
If you enjoy using this app please consider giving that project a
Expand Down

0 comments on commit 8cecd47

Please sign in to comment.