Skip to content

Commit e4cafa9

Browse files
committed
use the new 40px socnetv logo everywhere
1 parent 570ed4c commit e4cafa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default defineConfig({
4444
description: 'Social Network Analysis: Social Network Visualizer (SocNetV) is a user-friendly and free software tool for Social Network Analysis and Visualization.',
4545
logo: {
4646
alt: 'SocNetV',
47-
src: './src/assets/socnetv-logo-256-no-bg-opt.svg',
47+
src: './src/assets/images/socnetv-logo-40.svg',
4848
// replacesTitle: true,
4949
},
5050
social: {

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ banner:
3232
hero:
3333
tagline: SocNetV - Social Network Analysis and Visualization Software
3434
image:
35-
file: ../../assets/socnetv-logo-256-no-bg-opt.svg
35+
file: ../../assets/images/socnetv-logo-40.svg
3636
actions:
3737
- text: Download
3838
link: /downloads

0 commit comments

Comments
 (0)