Skip to content

Commit

Permalink
update: content
Browse files Browse the repository at this point in the history
  • Loading branch information
kostovster authored Mar 8, 2024
1 parent 4f36697 commit cf0d526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/components/PopoverResources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const solutions = [
icon: Newspaper2Icon,
},
{
name: 'Tech documentation',
name: 'Tech Documentation',
description: 'All technical aspects, tailored for validators and developers',
href: 'https://hub.nolus.io/en_US/technical-documentation',
icon: HeadphonesIcon,
Expand All @@ -68,9 +68,9 @@ const solutions = [
icon: ShieldCheckIcon,
},
{
name: 'Brand assets',
description: 'Understand how we take your privacy seriously',
href: '#',
name: 'Brand Assets',
description: 'Explore the Nolus Protocol brand assets here',
href: 'https://drive.google.com/drive/folders/1kJb93A7jxTXM5_2qPyP5ZiooH8ODP253?usp=sharing',
icon: ColorPaletteIcon,
},
]
Expand Down
8 changes: 4 additions & 4 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ const core_contributors = [
// Define other contributors
const other_contributors = [
{
name: 'Boyan Kostov',
role: 'Product Design'
},
{
name: 'Kiril Mihaylov',
role: 'Rust Engineer'
Expand Down Expand Up @@ -228,10 +232,6 @@ const other_contributors = [
name: 'Alexander Efremov',
role: 'Data Scientist'
},
{
name: 'Felicity',
role: 'Community'
},
]
onMounted(() => {
Expand Down

0 comments on commit cf0d526

Please sign in to comment.