Skip to content

Commit 0012772

Browse files
authored
Update config.js
1 parent d3cd49e commit 0012772

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import profile from './test.jpeg';
2+
import profile from '.next/static/media/test.ad4c3bb7.jpeg';
33

44
import { faAppStore, faGithub, faGooglePlay } from '@fortawesome/free-brands-svg-icons';
55
import { } from '@fortawesome/free-solid-svg-icons';
@@ -41,7 +41,7 @@ export const navigation = {
4141
}
4242
export const intro = {
4343
title: "UCL SafeNet IoT",
44-
description: "PLACEHOLDER: description ",
44+
description: "Research group within University College London's Electronic and Electrical Engineering Department, researching the Security and Privacy of Internet of Things Devices ",
4545
image: profile.src,
4646
buttons: [
4747
{
@@ -60,8 +60,8 @@ export const intro = {
6060
export const about = {
6161
title: "Who We Are",
6262
description: [
63-
"We are a group based out of University College London, exploring .... ",
64-
<img src="_next/static/media/test.ad4c3bb7.jpeg" alt="Image description" />, // Add an image here
63+
"Research group within University College London's Electronic and Electrical Engineering Department, researching the Security and Privacy of Internet of Things Devices",
64+
<img src=".next/static/media/test.ad4c3bb7.jpeg" alt="Image description" />, // Add an image here
6565
"More text below image here",
6666
],
6767
};

0 commit comments

Comments
 (0)