Compare commits
2 commits
df276cf0a8
...
35e7233853
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35e7233853 | ||
|
|
dce6b3b752 |
2 changed files with 3 additions and 4 deletions
|
|
@ -27,9 +27,6 @@ for kind in "${!KINDS[@]}"; do
|
|||
# Fetch and convert to JSON
|
||||
nak req -k "$kind" -a "$PUBKEY" "$RELAY" | jq -s '.' > "$DATA_DIR/$output.json"
|
||||
|
||||
# Remove any existing .jsonl file in the same directory
|
||||
rm -f "$DATA_DIR/$(dirname "$output")"/*.jsonl
|
||||
|
||||
echo "Saved to $DATA_DIR/$output.json"
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -995,6 +995,7 @@ button {
|
|||
|
||||
.header-text {
|
||||
text-align: center;
|
||||
max-width: calc(100vw - 32px);
|
||||
}
|
||||
|
||||
.profile-about {
|
||||
|
|
@ -1006,6 +1007,7 @@ button {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.profile-links {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue