Skip to content

Commit

Permalink
Update hero.svelte
Browse files Browse the repository at this point in the history
Add more words to hero banner
  • Loading branch information
prasanthpul authored Oct 27, 2023
1 parent 7b7729b commit f8fb187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/components/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import { fade, fly, blur } from 'svelte/transition';
import { quintOut } from 'svelte/easing';
let words = ['Cross-Platform', 'Python', 'C#', 'JavaScript', 'Java', 'C++'];
let words = ['Cross-Platform', 'GPU', 'Python', 'CPU', 'Mobile', 'C#', 'Edge', 'JavaScript', 'Java', 'C++', 'Browser'];
let activeWord = 'Cross-Platform';
let currentWord = 0;
let cycleWord = () => {
Expand Down

0 comments on commit f8fb187

Please sign in to comment.