Skip to content

Commit

Permalink
Merge pull request #286 from worldaffairsconference/dev
Browse files Browse the repository at this point in the history
adding final fac chair
  • Loading branch information
Dwin2 authored Jan 8, 2025
2 parents fc17fd2 + 5bf93b2 commit 838ffcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"testing.openTesting": "neverOpen",
"eslint.validate": ["svelte", "typescript", "javascript"],
"typescript.tsdk": "node_modules/typescript/lib",
"css.lint.unknownAtRules": "ignore"
"css.lint.unknownAtRules": "ignore",
"testing.automaticallyOpenTestResults": "neverOpen"
}
8 changes: 5 additions & 3 deletions src/routes/(other)/team/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@
name: "Jarrod Baker",
position: "Faculty Chair",
image: wacWSmall
},
{
name: "Tracy Dalgdish",
position: "Faculty Chair",
image: wacWSmall
}
];
</script>
Expand Down Expand Up @@ -568,9 +573,6 @@
<p class="text-lg font-bold text-white">
{member.name}
</p>
<p class="text-sm text-zinc-400">
{member.position}
</p>
</div>
</div>
{/each}
Expand Down

0 comments on commit 838ffcf

Please sign in to comment.