Skip to content

Commit

Permalink
feat: update youtube video url
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 26, 2024
1 parent ce973ca commit 9e0f9c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: pm2 restart v-next
- name: Nofity to ntfy
if: always()
run: curl -d "v-next project restart success!!!" ntfy.sh/aaron-conlon
run: curl -d "🚀 v-next project restart success!!!" ntfy.sh/aaron-conlon
2 changes: 1 addition & 1 deletion apps/v-next/components/Description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Description() {
className="max-w-full mx-auto"
width="690"
height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY"
src="https://www.youtube.com/embed/LJG-CJ00xrU"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down
2 changes: 1 addition & 1 deletion apps/v-next/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function RootLayout({
<div className="grid gap-8 md:gap-24 pt-6 grid-cols-1 md:grid-cols-3 justify-center max-w-full md:w-[1200px] mx-auto">
<div className="flex flex-col gap-4">
<div className="text-lg">
Created by <span className="text-blue-500">{PROJECT.author.name}</span>
Created by @<span className="text-blue-500">{PROJECT.author.name}</span>
</div>
<p className="text-sm text-gray-50 w-[80%]">
Quick and easy to use.Source code licensed under MIT.
Expand Down

0 comments on commit 9e0f9c6

Please sign in to comment.