We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf86eb + b0cd83a commit ec8865bCopy full SHA for ec8865b
src/pages/resources/index.tsx
@@ -15,16 +15,6 @@ function Resources() {
15
16
<section className='md:items-start'>
17
<div className='resource-window-container'>
18
- <WindowCard content={
19
- <div className='resource-window-content'>
20
- <img src='/planner_icon.svg'></img>
21
- <div className='resource-window-text'>
22
- <h4>Study Planner</h4>
23
- <p>Chart out your academic journey.</p>
24
- <button disabled>Coming Soon!</button>
25
- </div>
26
27
- }></WindowCard>
28
29
<WindowCard content={
30
<div className='resource-window-content'>
0 commit comments