Skip to content

Commit 7cc1015

Browse files
authored
Merge pull request #8 from ericknilson/feature/ALTER-GITHUB-USERNAME
altered github username account
2 parents 44b289e + 94d4f9f commit 7cc1015

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Webhook Inspector is an **open-source** system designed to **monitor and inspect
1717

1818
1. Clone the repository:
1919
```sh
20-
git clone https://github.com/erickmanovei/webhookinspector.git
20+
git clone https://github.com/ericknilson/webhookinspector.git
2121
cd webhookinspector
2222
```
2323

src/components/Inspect.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export default function Inspect() {
2929
const [isModalOpen, setIsModalOpen] = useState(false);
3030
const shouldFetch = session?.user?.id ? `/api/requests?id=${session.user.id}` : null;
3131
const { data, error } = useSWR<RequestData[]>(shouldFetch, fetcher, { refreshInterval: 3000 });
32-
const { data: repo } = useSWR('https://api.github.com/repos/erickmanovei/webhookinspector', fetcher);
32+
const { data: repo } = useSWR('https://api.github.com/repos/ericknilson/webhookinspector', fetcher);
3333
const { data: contributors } = useSWR(
34-
'https://api.github.com/repos/erickmanovei/webhookinspector/contributors',
34+
'https://api.github.com/repos/ericknilson/webhookinspector/contributors',
3535
fetcher
3636
);
3737
const [selectedRequest, setSelectedRequest] = useState<RequestData | null>(null);
@@ -120,7 +120,7 @@ export default function Inspect() {
120120
<div className="p-4 bg-gray-900 text-zinc-400 rounded mt-10 hidden md:block">
121121
<div
122122
className='flex p-2 rounded items-center justify-center gap-2 mb-4 cursor-pointer hover:bg-gray-800'
123-
onClick={() => window.open('https://github.com/erickmanovei/webhookinspector', '_blank')}
123+
onClick={() => window.open('https://github.com/ericknilson/webhookinspector', '_blank')}
124124
>
125125
<GitHubIcon />
126126
<h1 className='text-white font-bold'>Github</h1>
@@ -183,7 +183,7 @@ export default function Inspect() {
183183
<div className="p-4 bg-gray-900 text-zinc-400 rounded mt-10 block md:hidden">
184184
<div
185185
className='flex p-2 rounded items-center justify-center gap-2 mb-4 cursor-pointer hover:bg-gray-800'
186-
onClick={() => window.open('https://github.com/erickmanovei/webhookinspector', '_blank')}
186+
onClick={() => window.open('https://github.com/ericknilson/webhookinspector', '_blank')}
187187
>
188188
<GitHubIcon />
189189
<h1 className='text-white font-bold'>Github</h1>

src/components/Modal.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,42 @@ To do this, you need to download the executable below and run it on your local m
2525

2626
<ul className="list-disc list-inside mt-2">
2727
<li>
28-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-windows-amd64.exe" className="text-blue-500 hover:underline">
28+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-windows-amd64.exe" className="text-blue-500 hover:underline">
2929
Windows amd64
3030
</a>
3131
</li>
3232
<li>
33-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-windows-386.exe" className="text-blue-500 hover:underline">
33+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-windows-386.exe" className="text-blue-500 hover:underline">
3434
Windows 386
3535
</a>
3636
</li>
3737
<li>
38-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-linux-amd64" className="text-blue-500 hover:underline">
38+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-linux-amd64" className="text-blue-500 hover:underline">
3939
Linux amd64
4040
</a>
4141
</li>
4242
<li>
43-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-linux-386" className="text-blue-500 hover:underline">
43+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-linux-386" className="text-blue-500 hover:underline">
4444
Linux 386
4545
</a>
4646
</li>
4747
<li>
48-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-linux-arm" className="text-blue-500 hover:underline">
48+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-linux-arm" className="text-blue-500 hover:underline">
4949
Linux arm
5050
</a>
5151
</li>
5252
<li>
53-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-linux-arm64" className="text-blue-500 hover:underline">
53+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-linux-arm64" className="text-blue-500 hover:underline">
5454
Linux arm64
5555
</a>
5656
</li>
5757
<li>
58-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-darwin-amd64" className="text-blue-500 hover:underline">
58+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-darwin-amd64" className="text-blue-500 hover:underline">
5959
Darwin amd64
6060
</a>
6161
</li>
6262
<li>
63-
<a target="_blank" href="https://github.com/erickmanovei/webhookinspector-cli/blob/master/releases/webhookinspector-darwin-arm64" className="text-blue-500 hover:underline">
63+
<a target="_blank" href="https://github.com/ericknilson/webhookinspector-cli/blob/master/releases/webhookinspector-darwin-arm64" className="text-blue-500 hover:underline">
6464
Darwin arm64
6565
</a>
6666
</li>

0 commit comments

Comments
 (0)