compact buttons

This commit is contained in:
tdgmcode 2023-03-19 18:08:35 -04:00
parent 4cfee771d1
commit 8f29503565
3 changed files with 10 additions and 8 deletions

View file

@ -7,9 +7,9 @@
export let data;
</script>
<p>
<span>
<Button clickFunc={() => { window.location.search = setLocation(window.location,'type',('all')) }}>All users</Button>
<Button clickFunc={() => { window.location.search = setLocation(window.location,'type',('follow')) }}>Following only</Button>
</p>
</span>
<PostList data={data} />