Commit d20e4d6 1 parent e9c1a0d commit d20e4d6 Copy full SHA for d20e4d6
File tree 3 files changed +2
-12
lines changed
3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react' ;
2
-
3
- export type ApplicationCardProps = {
4
- title : string ;
5
- description : string ;
6
- applicationLink : string ;
7
- applicationOpen : boolean ;
8
- }
9
1
10
2
export default function ApplicationCard ( {
11
3
title,
12
4
description,
13
5
applicationLink,
14
6
applicationOpen
15
- } : ApplicationCardProps ) {
7
+ } ) {
16
8
17
9
const apply = ( applicationLink ) => {
18
10
window . open ( applicationLink , "_blank" ) ;
Original file line number Diff line number Diff line change 14
14
"@fortawesome/free-regular-svg-icons" : " ^5.12.1" ,
15
15
"@fortawesome/free-solid-svg-icons" : " ^5.12.1" ,
16
16
"@fortawesome/react-fontawesome" : " ^0.1.9" ,
17
- "@types/react" : " ^18.2.55" ,
18
- "@types/react-dom" : " ^18.2.19" ,
19
17
"bootstrap" : " ^4.4.1" ,
20
18
"firebase-tools" : " ^7.15.1" ,
21
19
"jquery" : " ^3.4.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Particles from 'react-particles-js';
3
3
import Container from 'react-bootstrap/Container' ;
4
4
import Row from 'react-bootstrap/Row' ;
5
5
import Col from 'react-bootstrap/Col' ;
6
- import ApplicationCard from '../components/ApplicationCard.tsx ' ;
6
+ import ApplicationCard from '../components/ApplicationCard.jsx ' ;
7
7
8
8
import Footer from '../components/Footer' ;
9
9
import Navbar from '../components/Navbar' ;
You can’t perform that action at this time.
0 commit comments