Compare commits
No commits in common. "8d57dfd2d2f7dc317e9ec6ad3dbcc8563f65ed8d" and "2eb4678afc48b7a9c6a9241f1788f05b6d55c704" have entirely different histories.
8d57dfd2d2
...
2eb4678afc
|
|
@ -589,6 +589,7 @@ const socials = props.actor.socials.map((social) => ({
|
|||
}
|
||||
|
||||
.bio-item {
|
||||
min-width: 50%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.43.3",
|
||||
"version": "0.43.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.43.3",
|
||||
"version": "0.43.2",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.43.3",
|
||||
"version": "0.43.2",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue