Skip to content

Commit 2974ece

Browse files
authored
Update Organisation.js
1 parent 1b0afa0 commit 2974ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Organisation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ const Organisation = () => {
7676

7777
useEffect(() => {
7878
if (organisation) {
79-
document.title = `Emerald | ${organisation.title}`;
79+
document.title = `Cobalt | ${organisation.title}`;
8080
} else {
81-
document.title = "Emerald | Organisation";
81+
document.title = "Cobalt | Organisation";
8282
}
8383
}, [organisation]);
8484

0 commit comments

Comments
 (0)