Skip to content

Commit

Permalink
chores: news images
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed Oct 27, 2023
1 parent 0b8cb19 commit c30c994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Center/Files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Files() {

<iframe
ref={iFrameRef}
title='Nextcloud Files'
title='Files'
src={'/apps/files'}
allow={'autoplay; clipboard-write;'}
style={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Project/Files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Data = () => {
title={
'Image generated by DreamStudio, Text-to-Image Generative Art, https://beta.dreamstudio.ai/dream'
}
src={`${API_GATEWAY}/public/media/3281435885_dendrites__technology__meta___database__information__network__neural_path__futuristic_and_medical__r.png`}
src={`${API_GATEWAY}/public/media/dirtv_minimalist_desktop_background_files_collaborative_files_f_3fb4677a-722d-4446-960e-287565cba632.png`}
/>
</Box>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Project/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const MainCard = ({ project, users, handleRemoveProject }: Props) => {
<CardMedia
component='img'
height='160'
src={`${API_GATEWAY}/public/media/3537726782_synapses__technology__meta___database__information__network__neural_path__futuristic_and_medical__re.png`}
src={`${API_GATEWAY}/public/media/dirtv_minimalist_desktop_background_Hospital_staff_doctors_nurs_9d31e755-26b5-4379-9a94-82c7d853407d.png`}
alt={project.title}
title={project.title}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/UI/GettingStartedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function LandingCard({ title, description }: {title: string, desc
<CardMedia
component='img'
height='140'
image='/api/v1/public/media/651069478_synapses__technology__meta___database__information__network__neural_path__futuristic_and_medical__re.png'
image='/api/v1/public/media/dirtv_minimalist_desktop_background_Hospital_staff_doctors_nurs_9d31e755-26b5-4379-9a94-82c7d853407d.png'
alt='green iguana'
/>
<CardContent>
Expand Down

0 comments on commit c30c994

Please sign in to comment.