|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
import { h, Component } from 'https://unpkg.com/preact?module'; |
|
|
|
|
import htm from 'https://unpkg.com/htm?module'; |
|
|
|
|
import { h, Component } from '/js/web_modules/preact.js'; |
|
|
|
|
import htm from '/js/web_modules/htm.js'; |
|
|
|
|
const html = htm.bind(h); |
|
|
|
|
|
|
|
|
|
import { SOCIAL_PLATFORMS } from '../utils/social.js'; |
|
|
|
@ -60,4 +60,4 @@ export default function (props) {
@@ -60,4 +60,4 @@ export default function (props) {
|
|
|
|
|
<span class="follow-label text-xs font-bold mr-2 uppercase">Follow me:</span> |
|
|
|
|
${list} |
|
|
|
|
</ul>`; |
|
|
|
|
} |
|
|
|
|
} |