File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=dev-bcn_dev-bcn.github.io&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=dev-bcn_dev-bcn.github.io )
22
3- ![ ] ( src/assets /images/1500x500.jpeg)
3+ ![ ] ( /public /images/1500x500.jpeg)
44
55# DevBcn - Barcelona Developers Conference Website
66
Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ import {
2525 StyledVideoTagsContainer ,
2626} from "./Style.MeetingDetail" ;
2727import { Link } from "react-router" ;
28- import {
29- ROUTE_2023_SPEAKER_DETAIL ,
30- ROUTE_2023_TALKS ,
31- } from "../../constants/routes" ;
28+ import { ROUTE_2023_SPEAKER_DETAIL , ROUTE_2023_TALKS } from "@constants/routes" ;
3229import conferenceData from "../../data/2023.json" ;
33- import { Tag } from "../../ components/Tag/Tag" ;
34- import { IMeetingDetailProps , MyType } from "../.. /types/sessions" ;
35- import { useDocumentTitleUpdater } from "../../ hooks/useDocumentTitleUpdate" ;
30+ import { Tag } from "@ components/Tag/Tag" ;
31+ import { IMeetingDetailProps , MyType } from "@ /types/sessions" ;
32+ import { useDocumentTitleUpdater } from "@ hooks/useDocumentTitleUpdate" ;
3633
3734const getVideoHeight = ( windowWidth : number ) => {
3835 let videoHeight ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import Button from "@components/UI/Button";
1919import { gaEventTracker } from "@components/analytics/Analytics" ;
2020import { useFetchSpeakers } from "@hooks/useFetchSpeakers" ;
2121import { SpeakerCard } from "@views/Speakers/components/SpeakersCard" ;
22- import { ISpeaker } from "../.. /types/speakers" ;
22+ import { ISpeaker } from "@ /types/speakers" ;
2323import { useSentryErrorReport } from "@hooks/useSentryErrorReport" ;
2424
2525const LessThanGreaterThan = ( ) => (
You can’t perform that action at this time.
0 commit comments