Skip to content

Commit

Permalink
chore: update banner to highlight windows beta
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 10, 2025
1 parent 1044c03 commit 7ebbd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const Banner = () => (
<div className="absolute z-50 mt-20 w-full animate-gradient-xy bg-gradient-to-r from-blue-400 via-purple-500 to-teal-500 p-2 text-center text-lg font-semibold text-white">
<a href="/blog/workshops" className="hover:underline">
Enroll in a free online workshop
<a href="/blog/windows-beta" className="hover:underline">
Windows support is now in beta! Learn more
</a>{' '}
🎓
🎉
</div>
);
1 change: 0 additions & 1 deletion src/components/ProductsCodePush.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { motion } from 'framer-motion';

import ios from '../assets/images/patch_ios.png';
import android from '../assets/images/patch_android.png';
import { config } from '../config';
import { CheckArrowIcon } from '../assets/icons/CheckArrowIcon';

export const ProductsCodePush = () => {
Expand Down

0 comments on commit 7ebbd98

Please sign in to comment.