diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-01 15:31:30 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-01 15:31:30 +0700 |
| commit | 632be0a06f404bb588787d4b7c5cfc9066e9f0f1 (patch) | |
| tree | d3f12592ef3d976f16369a5a7ca9d5e1c9eb743b /src/pages/video.jsx | |
| parent | b12d6b788b91678eeeb71ad38fdd0f436460951e (diff) | |
Update youtube url
Diffstat (limited to 'src/pages/video.jsx')
| -rw-r--r-- | src/pages/video.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/video.jsx b/src/pages/video.jsx index 61790dbb..7d1f8372 100644 --- a/src/pages/video.jsx +++ b/src/pages/video.jsx @@ -44,7 +44,7 @@ export default function Video() { </LazyLoadComponent> <div className='p-3'> <a - href='https://www.youtube.com/@indoteknikb2bindustriale-c778' + href='https://www.youtube.com/@indoteknikcom' className='text-danger-500 mb-2 block' > {video.channelName} |
