Skip to content

Commit

Permalink
Merge branch 'main' into epic/TUP-700-core-components-node-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Dec 17, 2024
2 parents f37ea4d + 6b57c05 commit 58936ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
# TACC: SOCIAL MEDIA
########################

PORTAL_SOCIAL_SHARE_PLATFORMS = ['linkedin', 'facebook', 'email']
PORTAL_SOCIAL_SHARE_PLATFORMS = ['linkedin', 'bluesky', 'facebook', 'email']

########################
# DJANGOCMS_BLOG
Expand Down
3 changes: 2 additions & 1 deletion libs/tup-components/src/software/SoftwareTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ const SoftwareTable: React.FC = () => {
<option value="">any</option>
<option>Frontera</option>
<option>Lonestar6</option>
<option>Stampede2</option>
<option>Stampede3</option>
<option>Vista</option>
</select>
</label>
</form>
Expand Down

0 comments on commit 58936ac

Please sign in to comment.