Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -213,7 +213,7 @@
|
|
| 213 |
page2.classList.add('active');
|
| 214 |
page1.classList.remove('active');
|
| 215 |
mainTitle.textContent = 'Bunka Network Graph - Mapping dataset/model producing organizations';
|
| 216 |
-
subtitle.textContent = 'Two organizations are closer if
|
| 217 |
}
|
| 218 |
}
|
| 219 |
|
|
|
|
| 213 |
page2.classList.add('active');
|
| 214 |
page1.classList.remove('active');
|
| 215 |
mainTitle.textContent = 'Bunka Network Graph - Mapping dataset/model producing organizations';
|
| 216 |
+
subtitle.textContent = 'Two organizations are closer if their members have common followers.';
|
| 217 |
}
|
| 218 |
}
|
| 219 |
|