File tree 1 file changed +5
-7
lines changed
frontend/src/components/Resources
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ import Image from 'next/image';
2
2
import { resourceCards , stage1 , stage2 , stage3 } from '../../../public/data/resourceCards' ;
3
3
4
4
const boxStyling =
5
- 'border border-[#595F6D] rounded-lg hover:border-[#788093] hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
6
- // const socialsBoxStyling =
7
- // 'xl:col-span-1 col-span-3 flex justify-center pt-2 pb-2 border border-[#595F6D] hover:border-[#788093] rounded-lg hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300';
8
- const logostyle =
9
- 'grow-on-hover cursor-pointer transform transition-transform duration-300 hover:scale-105' ;
10
-
5
+ 'border border-[#595F6D] rounded-lg hover:border-[#788093] hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
6
+
11
7
const Resources = ( ) => {
12
8
return (
13
9
< section className = "bg-no-repeat bg-center py-8 px-15 min-h-screen flex justify-center items-center" >
@@ -60,7 +56,9 @@ const Resources = () => {
60
56
</ div >
61
57
62
58
< a href = "https://devsoc.app/" target = "_blank" rel = "noopener noreferrer" >
63
- < div className = { `flex ${ logostyle } ` } >
59
+ < div
60
+ className = { `flex grow-on-hover cursor-pointer transform transition-transform duration-300 hover:scale-105` }
61
+ >
64
62
< span className = "text-lg" > Made by</ span >
65
63
< Image
66
64
src = "/assets/devsoc_logo.svg"
You can’t perform that action at this time.
0 commit comments