mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 02:41:41 +00:00
feat: add stats section to homepage
This commit is contained in:
@@ -4,7 +4,13 @@ package models
|
||||
type Footer struct {
|
||||
Logo *Image `pkl:"logo"`
|
||||
|
||||
SocialLinks []*SocialLink `pkl:"socialLinks"`
|
||||
MediumLink *SocialLink `pkl:"mediumLink"`
|
||||
|
||||
TwitterLink *SocialLink `pkl:"twitterLink"`
|
||||
|
||||
DiscordLink *SocialLink `pkl:"discordLink"`
|
||||
|
||||
GithubLink *SocialLink `pkl:"githubLink"`
|
||||
|
||||
CompanyLinks []*Link `pkl:"companyLinks"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user