File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
2020import  {  Organization  }  from  "@gitpod/public-api/lib/gitpod/v1/organization_pb" ; 
2121
2222const  KEY_APP_DISMISSED_NOTIFICATIONS  =  "gitpod-app-notifications-dismissed" ; 
23- const  PRIVACY_POLICY_LAST_UPDATED  =  "2024-10-01 " ; 
23+ const  PRIVACY_POLICY_LAST_UPDATED  =  "2024-12-03 " ; 
2424
2525interface  Notification  { 
2626    id : string ; 
@@ -171,7 +171,8 @@ const AWS_REINVENT_NOTIFICATION = (updateUser: (user: Partial<UserProtocol>) =>
171171    return  GENERAL_NOTIFICATION ( 
172172        "aws_reinvent_2024" , 
173173        < span  className = "text-md" > 
174-             < b > See you at re:Invent!</ b >  Book a demo with us, and join our developer productivity leaders roundtable (limited tickets) |{ " " } 
174+             < b > See you at re:Invent!</ b >  Book a demo with us, and join our developer productivity leaders roundtable
175+             (limited tickets) |{ " " } 
175176            < a 
176177                className = "text-kumquat-ripe font-bold" 
177178                href = "https://www.gitpod.io/aws-reinvent-24" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments