Skip to content

Commit 9dbf0e7

Browse files
committed
refactor(root): update github username
1 parent 9d2c8a3 commit 9dbf0e7

17 files changed

+19
-19
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [Bayusetiawan45]
1+
github: [codebayu]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Create a report to help us improve
44
title: 'BUG - '
55
labels: bug
6-
assignees: Bayusetiawan45
6+
assignees: codebayu
77
---
88

99
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: 'Feature - '
55
labels: enhancement
6-
assignees: Bayusetiawan45
6+
assignees: codebayu
77
---
88

99
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/refactor-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Refactor issue template
33
about: Improve code styles
44
title: Refactor -
55
labels: refactor
6-
assignees: Bayusetiawan45
6+
assignees: codebayu
77
---
88

99
## Description

.github/ISSUE_TEMPLATE/unit-test-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Unit Test request
33
about: For create unit test request
44
title: 'TEST - '
55
labels: test
6-
assignees: Bayusetiawan45
6+
assignees: codebayu
77
---
88

99
### Scope

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# codebayu.com
22

33
<div align="center" width="100%">
4-
<img width="600" alt="codebayu" src="https://github.com/Bayusetiawan45/v2.codebayu.com/assets/99315255/fb6d296c-d427-49d8-9d7d-1bda3bd0e5ef">
4+
<img width="600" alt="codebayu" src="https://github.com/codebayu/v2.codebayu.com/assets/99315255/fb6d296c-d427-49d8-9d7d-1bda3bd0e5ef">
55
</div>
66

77
## Introduction
@@ -27,7 +27,7 @@ Before you begin, make sure you have Node.js and npm (Node Package Manager) inst
2727
1. Clone this repository to your local machine using:
2828

2929
```bash
30-
git clone https://github.com/Bayusetiawan45/v2.codebayu.com.git
30+
git clone https://github.com/codebayu/v2.codebayu.com.git
3131
```
3232

3333
2. Navigate to the project directory:

common/constant/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const GITHUB_API_BASE_URL = 'https://api.github.com/graphql'
22
export const GITHUB_ACCOUNTS = {
3-
username: 'Bayusetiawan45',
3+
username: 'codebayu',
44
token: process.env.GITHUB_TOKEN,
55
endpoint: '/api/github?type=personal',
66
type: 'personal',

common/constant/menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const MENU_ITEMS: MenuItemProps[] = [
111111
export const SOCIAL_MEDIA: MenuItemProps[] = [
112112
{
113113
title: 'Github',
114-
href: 'https://github.com/Bayusetiawan45',
114+
href: 'https://github.com/codebayu',
115115
icon: <GithubIcon size={iconSize} />,
116116
isShow: true,
117117
isExternal: true,

common/mocks/blog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const commentsMock = [
88
name: 'Bayu Setiawan',
99
username: 'codebayu',
1010
twitter_username: null,
11-
github_username: 'Bayusetiawan45',
11+
github_username: 'codebayu',
1212
user_id: 1145348,
1313
website_url: 'https://www.codebayu.com/',
1414
profile_image:
@@ -26,7 +26,7 @@ export const commentsMock = [
2626
name: 'Bayu Setiawan',
2727
username: 'codebayu',
2828
twitter_username: null,
29-
github_username: 'Bayusetiawan45',
29+
github_username: 'codebayu',
3030
user_id: 1145348,
3131
website_url: 'https://www.codebayu.com/',
3232
profile_image:

contents/projects/code-bayu-com.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To showcasing my awesome projects. You can see this feature [here](https://www.c
2525
### 1. Clone using git
2626

2727
```git
28-
git clone https://github.com/Bayusetiawan45/v2.codebayu.com.git
28+
git clone https://github.com/codebayu/v2.codebayu.com.git
2929
```
3030

3131
### 2. Install dependencies

0 commit comments

Comments
 (0)