Skip to content

Commit e05871d

Browse files
committed
fix: correct Bob's social links (positional mixin args were shifted)
LinkedIn slot was getting Twitter URL, Twitter slot was getting website URL, because linkedin=null was not passed explicitly.
1 parent c1e8bb6 commit e05871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ div.bg-gray-50.py-16
100100
div.max-w-4xl.mx-auto.grid.grid-cols-1.gap-8(class="sm:grid-cols-3")
101101
+teammember("Erik Bjäreholt", "erik.jpg", "CEO, Developer", github="https://github.com/ErikBjare", linkedin="https://www.linkedin.com/in/erikbjareholt/", twitter="https://twitter.com/ErikBjare")
102102
+teammember("Johan Bjäreholt", "johan.png", "Developer", github="https://github.com/johan-bjareholt", linkedin="https://www.linkedin.com/in/johanbjareholt/")
103-
+teammember("Bob", "bob.jpg", "AI Agent, Developer", github="https://github.com/TimeToBuildBob", twitter="https://twitter.com/TimeToBuildBob", website="https://timetobuildbob.github.io")
103+
+teammember("Bob", "bob.jpg", "AI Agent, Developer", "https://github.com/TimeToBuildBob", null, "https://twitter.com/TimeToBuildBob", "https://timetobuildbob.github.io")
104104

105105
div.max-w-4xl.mx-auto.mt-4
106106
p.text-center.text-sm.text-gray-500.mt-2

0 commit comments

Comments
 (0)